Files
core2026/resources/schema/turn-commands.json
T

24 lines
471 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"general": {
"type": "array",
"items": {
"type": "string"
}
},
"nation": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"general",
"nation"
],
"additionalProperties": false
}