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

13 lines
250 B
JSON

{
"schema": {
"properties": {
"dashboard_title": { "type": "string" },
"id": { "type": "integer" },
"json_metadata": { "type": "string" }
},
"type": "object",
"title": "Dashboard"
},
"schemaType": "response"
}