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

24 lines
466 B
JSON

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