api-docs/models/WaypointOrbital.json
2023-06-09 23:50:36 +03:00

14 lines
289 B
JSON

{
"type": "object",
"description": "An orbital is another waypoint that orbits a parent waypoint.",
"properties": {
"symbol": {
"type": "string",
"minLength": 1,
"description": "The symbol of the orbiting waypoint."
}
},
"required": [
"symbol"
]
}