Add checking for supported features with the currently new supported features 'Atch', 'Shp' and 'Atr'.

This commit is contained in:
Ottermandias 2025-06-03 18:39:46 +02:00
parent 98203e4e8a
commit 318a41fe52
14 changed files with 216 additions and 37 deletions

View file

@ -52,6 +52,14 @@
"type": "integer"
},
"uniqueItems": true
},
"RequiredFeatures": {
"description": "A list of required features by name.",
"type": "array",
"items": {
"type": "string"
},
"uniqueItems": true
}
},
"required": [