api-docs/models/FactionSymbols.json

29 lines
408 B
JSON
Raw Normal View History

{
2023-06-09 22:50:36 +02:00
"type": "string",
"description": "The symbol of the faction.",
2023-06-09 22:50:36 +02:00
"minLength": 1,
"enum": [
"COSMIC",
"VOID",
"GALACTIC",
"QUANTUM",
"DOMINION",
"ASTRO",
"CORSAIRS",
"OBSIDIAN",
"AEGIS",
"UNITED",
"SOLITARY",
"COBALT",
"OMEGA",
"ECHO",
"LORDS",
"CULT",
"ANCIENTS",
"SHADOW",
"ETHEREAL"
],
"examples": [
"COSMIC"
]
}