api-docs/models/JumpGate.json

17 lines
364 B
JSON
Raw Permalink Normal View History

2022-12-23 17:57:37 +01:00
{
"type": "object",
"description": "",
"properties": {
"connections": {
2022-12-23 17:57:37 +01:00
"type": "array",
"description": "All the gates that are connected to this waypoint.",
2022-12-23 17:57:37 +01:00
"items": {
"type": "string",
"description": "The symbol of the waypoint that has a corresponding gate."
2022-12-23 17:57:37 +01:00
}
}
},
"required": [
"connections"
2022-12-23 17:57:37 +01:00
]
}