From 0165d506b20b4d50f2339eb2f16774ef71e904af Mon Sep 17 00:00:00 2001 From: feba66 Date: Tue, 13 Jun 2023 23:32:17 +0200 Subject: [PATCH] Removed duplicate Faction symbol definition --- models/FactionSymbols.json | 2 +- models/SystemFaction.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/models/FactionSymbols.json b/models/FactionSymbols.json index ecdd6e0..520ac91 100644 --- a/models/FactionSymbols.json +++ b/models/FactionSymbols.json @@ -1,6 +1,6 @@ { "type": "string", - "description": "Faction symbol.", + "description": "The symbol of the faction.", "minLength": 1, "enum": [ "COSMIC", diff --git a/models/SystemFaction.json b/models/SystemFaction.json index 4a6fba6..aa2a0ef 100644 --- a/models/SystemFaction.json +++ b/models/SystemFaction.json @@ -2,9 +2,7 @@ "type": "object", "properties": { "symbol": { - "type": "string", - "minLength": 1, - "description": "The symbol of the faction." + "$ref": "./FactionSymbols.json" } }, "required": [