api-docs/models/WaypointOrbital.json
2022-10-05 18:13:55 -07:00

10 lines
194 B
JSON

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