api-docs/models/SystemWaypoint.json

11 lines
124 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-10-22 18:05:01 +02:00
}
},
"required": [
"symbol"
]
}