api-docs/models/WaypointOrbital.json

14 lines
289 B
JSON
Raw Normal View History

2022-10-06 01:42:15 +02:00
{
"type": "object",
"description": "An orbital is another waypoint that orbits a parent waypoint.",
"properties": {
"symbol": {
"type": "string",
2023-06-09 22:50:36 +02:00
"minLength": 1,
"description": "The symbol of the orbiting waypoint."
2022-10-06 01:42:15 +02:00
}
2022-10-22 18:05:01 +02:00
},
"required": [
"symbol"
]
2022-10-06 01:42:15 +02:00
}