api-docs/models/SystemWaypoint.json

15 lines
193 B
JSON
Raw Normal View History

2022-10-22 18:05:01 +02:00
{
"type": "object",
"properties": {
"symbol": {
2022-10-28 06:09:27 +02:00
"type": "string"
2022-12-17 17:16:01 +01:00
},
"type": {
"$ref": "./WaypointType.json"
2022-10-22 18:05:01 +02:00
}
},
"required": [
2022-12-17 17:16:01 +01:00
"symbol",
"type"
2022-10-22 18:05:01 +02:00
]
}