mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
13 lines
227 B
JSON
13 lines
227 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"clause": { "type": "string" },
|
|
"dataset": { "type": "integer" }
|
|
},
|
|
"required": ["clause"],
|
|
"type": "object",
|
|
"title": "RlsRule"
|
|
},
|
|
"schemaType": "response"
|
|
}
|