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