{ "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" }