mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
24 lines
537 B
JSON
24 lines
537 B
JSON
{
|
|
"title": "Body",
|
|
"body": {
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"properties": {
|
|
"allowed_domains": {
|
|
"items": { "type": "string" },
|
|
"type": "array"
|
|
}
|
|
},
|
|
"required": ["allowed_domains"],
|
|
"type": "object",
|
|
"title": "EmbeddedDashboardConfig"
|
|
},
|
|
"example": { "allowed_domains": ["string"] }
|
|
}
|
|
},
|
|
"description": "The embedded configuration to set",
|
|
"required": true
|
|
}
|
|
}
|