mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
13 lines
277 B
JSON
13 lines
277 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"database_name": { "maxLength": 250, "type": "string" },
|
|
"id": { "type": "integer" }
|
|
},
|
|
"required": ["database_name"],
|
|
"type": "object",
|
|
"title": "SavedQueryRestApi.get.Database"
|
|
},
|
|
"schemaType": "response"
|
|
}
|