Add managed feature disables to requirements

This commit is contained in:
daniel-oai
2026-03-02 18:51:15 -08:00
parent 041c896509
commit f068d7d784
13 changed files with 284 additions and 9 deletions

View File

@@ -81,6 +81,15 @@
"type": "null"
}
]
},
"features": {
"additionalProperties": {
"type": "boolean"
},
"type": [
"object",
"null"
]
}
},
"type": "object"