Removed duplicate Faction symbol definition

This commit is contained in:
feba66 2023-06-13 23:32:17 +02:00
parent a121b573e7
commit 0165d506b2
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"type": "string",
"description": "Faction symbol.",
"description": "The symbol of the faction.",
"minLength": 1,
"enum": [
"COSMIC",

View File

@ -2,9 +2,7 @@
"type": "object",
"properties": {
"symbol": {
"type": "string",
"minLength": 1,
"description": "The symbol of the faction."
"$ref": "./FactionSymbols.json"
}
},
"required": [