config: support enterprise feature requirements

This commit is contained in:
Michael Bolin
2026-03-03 12:42:57 -08:00
parent 745c48b088
commit 5e667824d0
12 changed files with 362 additions and 8 deletions

View File

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