Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/table.Schema.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"
}