mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
32 lines
685 B
JSON
32 lines
685 B
JSON
{
|
|
"parameters": [
|
|
{
|
|
"in": "path",
|
|
"name": "column_name",
|
|
"required": true,
|
|
"schema": { "type": "string" }
|
|
},
|
|
{
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"properties": {
|
|
"filter": { "type": "string" },
|
|
"include_ids": {
|
|
"items": { "type": "integer" },
|
|
"type": "array"
|
|
},
|
|
"page": { "type": "integer" },
|
|
"page_size": { "type": "integer" }
|
|
},
|
|
"type": "object",
|
|
"title": "get_related_schema"
|
|
}
|
|
}
|
|
},
|
|
"in": "query",
|
|
"name": "q"
|
|
}
|
|
]
|
|
}
|