From beecdb0453f1532b14506ffe62faf976e08f2b43 Mon Sep 17 00:00:00 2001 From: SpaceAdmiral Date: Sat, 16 Dec 2023 08:51:46 -0800 Subject: [PATCH] update: add symbol to jump gate --- models/JumpGate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/models/JumpGate.json b/models/JumpGate.json index ca9203e..2b378a5 100644 --- a/models/JumpGate.json +++ b/models/JumpGate.json @@ -2,6 +2,9 @@ "type": "object", "description": "", "properties": { + "symbol": { + "$ref": "./WaypointSymbol.json" + }, "connections": { "type": "array", "description": "All the gates that are connected to this waypoint.", @@ -12,6 +15,7 @@ } }, "required": [ + "symbol", "connections" ] } \ No newline at end of file