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",
"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"
]
}