docs(schema): add deprecations and improve formatting

This commit is contained in:
LGUG2Z
2025-12-21 21:31:13 -08:00
parent 1cb8ed7f10
commit 4b1e3bd448
10 changed files with 72 additions and 25 deletions

View File

@@ -1300,7 +1300,8 @@
{
"description": "END OF LIFE FEATURE: Use the SW_HIDE flag to hide windows when switching workspaces (has issues with Electron apps)",
"type": "string",
"const": "Hide"
"const": "Hide",
"deprecated": true
},
{
"description": "Use the SW_MINIMIZE flag to hide windows when switching workspaces (has issues with frequent workspace switching)",
@@ -1631,11 +1632,12 @@
"type": "boolean"
},
"show_icon": {
"description": "DEPRECATED: use 'display' instead (Show the icon of the currently focused container)",
"description": "DEPRECATED: use `display` instead (Show the icon of the currently focused container)",
"type": [
"boolean",
"null"
]
],
"deprecated": true
}
},
"required": [