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

13 lines
237 B
JSON

{
"schema": {
"properties": {
"id": { "type": "integer" },
"json_data": { "type": "string" },
"theme_name": { "type": "string" }
},
"type": "object",
"title": "Theme"
},
"schemaType": "response"
}