Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/tab.Schema.json
2026-07-28 21:39:01 +07:00

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"
}