mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
14 lines
325 B
JSON
14 lines
325 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"children": { "items": "circular(Tab)", "type": "array" },
|
|
"parents": { "items": { "type": "string" }, "type": "array" },
|
|
"title": { "type": "string" },
|
|
"value": { "type": "string" }
|
|
},
|
|
"type": "object",
|
|
"title": "Tab"
|
|
},
|
|
"schemaType": "response"
|
|
}
|