mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"type": "object",
|
|
"description": "",
|
|
"properties": {
|
|
"symbol": {
|
|
"$ref": "./WaypointSymbol.json"
|
|
},
|
|
"connections": {
|
|
"type": "array",
|
|
"description": "All the gates that are connected to this waypoint.",
|
|
"items": {
|
|
"type": "string",
|
|
"description": "The symbol of the waypoint that has a corresponding gate."
|
|
}
|
|
}
|
|
},
|
|
"required": [
|
|
"symbol",
|
|
"connections"
|
|
]
|
|
} |