mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
13 lines
235 B
JSON
13 lines
235 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"id": { "type": "integer" },
|
|
"schema": { "type": "string" },
|
|
"table_name": { "type": "string" }
|
|
},
|
|
"type": "object",
|
|
"title": "Tables"
|
|
},
|
|
"schemaType": "response"
|
|
}
|