mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
update: add symbol to jump gate
This commit is contained in:
parent
92d951578a
commit
beecdb0453
@ -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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user