mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 14:50:52 +01:00
17 lines
364 B
JSON
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"
|
|
]
|
|
} |