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