Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/databasetablesresponse.Schema.json

16 lines
402 B
JSON

{
"schema": {
"properties": {
"extra": {
"description": "Extra data used to specify column metadata",
"type": "object"
},
"type": { "description": "table or view", "type": "string" },
"value": { "description": "The table or view name", "type": "string" }
},
"type": "object",
"title": "DatabaseTablesResponse"
},
"schemaType": "response"
}