api-docs/models/JumpGate.json
2023-12-16 08:53:34 -08:00

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