mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
10 lines
194 B
JSON
10 lines
194 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"description": "An orbital is another waypoint that orbits a parent waypoint.",
|
||
|
"properties": {
|
||
|
"symbol": {
|
||
|
"type": "string",
|
||
|
"minLength": 1
|
||
|
}
|
||
|
}
|
||
|
}
|