mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"clause": { "description": "clause_description", "type": "string" },
|
|
"description": {
|
|
"description": "description_description",
|
|
"type": "string"
|
|
},
|
|
"filter_type": {
|
|
"description": "filter_type_description",
|
|
"enum": ["Regular", "Base"],
|
|
"type": "string"
|
|
},
|
|
"group_key": { "description": "group_key_description", "type": "string" },
|
|
"id": { "description": "id_description", "type": "integer" },
|
|
"name": { "description": "name_description", "type": "string" },
|
|
"roles": {
|
|
"items": {
|
|
"properties": {
|
|
"id": { "type": "integer" },
|
|
"name": { "type": "string" }
|
|
},
|
|
"type": "object",
|
|
"title": "Roles1"
|
|
},
|
|
"type": "array"
|
|
},
|
|
"tables": {
|
|
"items": {
|
|
"properties": {
|
|
"id": { "type": "integer" },
|
|
"schema": { "type": "string" },
|
|
"table_name": { "type": "string" }
|
|
},
|
|
"type": "object",
|
|
"title": "Tables"
|
|
},
|
|
"type": "array"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "RLSRestApi.get"
|
|
},
|
|
"schemaType": "response"
|
|
}
|