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