mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
17 lines
402 B
JSON
17 lines
402 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"database_id": { "type": "integer" },
|
|
"description": { "type": "string" },
|
|
"expanded": { "type": "boolean" },
|
|
"id": { "type": "integer" },
|
|
"schema": { "type": "string" },
|
|
"tab_state_id": { "type": "integer" },
|
|
"table": { "type": "string" }
|
|
},
|
|
"type": "object",
|
|
"title": "Table"
|
|
},
|
|
"schemaType": "response"
|
|
}
|