api-docs/models/SystemWaypoint.json
2022-12-17 08:16:01 -08:00

15 lines
193 B
JSON

{
"type": "object",
"properties": {
"symbol": {
"type": "string"
},
"type": {
"$ref": "./WaypointType.json"
}
},
"required": [
"symbol",
"type"
]
}