mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
29 lines
728 B
JSON
29 lines
728 B
JSON
{
|
|
"title": "Body",
|
|
"body": {
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"properties": {
|
|
"formData": { "description": "Chart form data", "type": "object" },
|
|
"urlParams": {
|
|
"description": "URL Parameters",
|
|
"items": {
|
|
"description": "URL Parameter key-value pair",
|
|
"nullable": true
|
|
},
|
|
"nullable": true,
|
|
"type": "array"
|
|
}
|
|
},
|
|
"required": ["formData"],
|
|
"type": "object",
|
|
"title": "ExplorePermalinkStateSchema"
|
|
},
|
|
"example": { "formData": {}, "urlParams": [{}] }
|
|
}
|
|
},
|
|
"required": true
|
|
}
|
|
}
|