api-docs/models/JumpGate.json
2023-10-04 13:46:37 -07:00

17 lines
364 B
JSON

{
"type": "object",
"description": "",
"properties": {
"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": [
"connections"
]
}