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