api-docs/models/SystemFaction.json

13 lines
197 B
JSON
Raw Normal View History

2022-10-22 18:05:01 +02:00
{
"type": "object",
"properties": {
"symbol": {
"type": "string",
2023-06-09 22:50:36 +02:00
"minLength": 1,
"description": "The symbol of the faction."
2022-10-22 18:05:01 +02:00
}
},
"required": [
"symbol"
]
}