mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
27 lines
765 B
JSON
27 lines
765 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"catalog": {
|
|
"description": "Datasource catalog",
|
|
"nullable": true,
|
|
"type": "string"
|
|
},
|
|
"database_name": { "description": "Datasource name", "type": "string" },
|
|
"datasource_name": {
|
|
"description": "The datasource name.",
|
|
"type": "string"
|
|
},
|
|
"datasource_type": {
|
|
"description": "The type of dataset/datasource identified on `datasource_id`.",
|
|
"enum": ["table", "dataset", "query", "saved_query", "view"],
|
|
"type": "string"
|
|
},
|
|
"schema": { "description": "Datasource schema", "type": "string" }
|
|
},
|
|
"required": ["datasource_type"],
|
|
"type": "object",
|
|
"title": "Datasource"
|
|
},
|
|
"schemaType": "response"
|
|
}
|