mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
24 lines
657 B
JSON
24 lines
657 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"allowed_domains": { "items": { "type": "string" }, "type": "array" },
|
|
"changed_by": {
|
|
"properties": {
|
|
"first_name": { "type": "string" },
|
|
"id": { "type": "integer" },
|
|
"last_name": { "type": "string" },
|
|
"username": { "type": "string" }
|
|
},
|
|
"type": "object",
|
|
"title": "User2"
|
|
},
|
|
"changed_on": { "format": "date-time", "type": "string" },
|
|
"dashboard_id": { "type": "string" },
|
|
"uuid": { "type": "string" }
|
|
},
|
|
"type": "object",
|
|
"title": "EmbeddedDashboardResponseSchema"
|
|
},
|
|
"schemaType": "response"
|
|
}
|