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", "type": "string",
"description": "Faction symbol.", "description": "The symbol of the faction.",
"minLength": 1, "minLength": 1,
"enum": [ "enum": [
"COSMIC", "COSMIC",

View File

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