update: add symbol to jump gate

This commit is contained in:
SpaceAdmiral 2023-12-16 08:51:46 -08:00
parent 92d951578a
commit beecdb0453

View File

@ -2,6 +2,9 @@
"type": "object", "type": "object",
"description": "", "description": "",
"properties": { "properties": {
"symbol": {
"$ref": "./WaypointSymbol.json"
},
"connections": { "connections": {
"type": "array", "type": "array",
"description": "All the gates that are connected to this waypoint.", "description": "All the gates that are connected to this waypoint.",
@ -12,6 +15,7 @@
} }
}, },
"required": [ "required": [
"symbol",
"connections" "connections"
] ]
} }