mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
14 lines
323 B
JSON
14 lines
323 B
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"
|
|
},
|
|
"schemaType": "response"
|
|
}
|