mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"activeTabs": {
|
|
"description": "Current active dashboard tabs",
|
|
"items": { "type": "string" },
|
|
"nullable": true,
|
|
"type": "array"
|
|
},
|
|
"anchor": {
|
|
"description": "Optional anchor link added to url hash",
|
|
"nullable": true,
|
|
"type": "string"
|
|
},
|
|
"chartStates": {
|
|
"description": "Chart-level state for stateful tables (column order, sorting, filtering)",
|
|
"nullable": true,
|
|
"type": "object"
|
|
},
|
|
"dataMask": {
|
|
"description": "Data mask used for native filter state",
|
|
"nullable": true,
|
|
"type": "object"
|
|
},
|
|
"urlParams": {
|
|
"description": "URL Parameters",
|
|
"items": {
|
|
"description": "URL Parameter key-value pair",
|
|
"nullable": true
|
|
},
|
|
"nullable": true,
|
|
"type": "array"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "DashboardPermalinkStateSchema"
|
|
},
|
|
"schemaType": "response"
|
|
}
|