api-docs/models/WaypointOrbital.json
2022-12-07 22:41:33 -08:00

13 lines
228 B
JSON

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