api-docs/models/SystemFaction.json
2023-06-09 23:50:36 +03:00

13 lines
197 B
JSON

{
"type": "object",
"properties": {
"symbol": {
"type": "string",
"minLength": 1,
"description": "The symbol of the faction."
}
},
"required": [
"symbol"
]
}