mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"parameters": [
|
|
{
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"properties": {
|
|
"add_columns": {
|
|
"additionalProperties": {
|
|
"properties": {
|
|
"page": { "type": "integer" },
|
|
"page_size": { "type": "integer" }
|
|
},
|
|
"type": "object"
|
|
},
|
|
"type": "object"
|
|
},
|
|
"edit_columns": {
|
|
"additionalProperties": {
|
|
"properties": {
|
|
"page": { "type": "integer" },
|
|
"page_size": { "type": "integer" }
|
|
},
|
|
"type": "object"
|
|
},
|
|
"type": "object"
|
|
},
|
|
"keys": {
|
|
"items": {
|
|
"enum": [
|
|
"add_columns",
|
|
"edit_columns",
|
|
"filters",
|
|
"permissions",
|
|
"add_title",
|
|
"edit_title",
|
|
"none"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"type": "array"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "get_info_schema"
|
|
}
|
|
}
|
|
},
|
|
"in": "query",
|
|
"name": "q"
|
|
}
|
|
]
|
|
}
|