api-docs/models/SystemWaypoint.json
2022-12-07 22:41:45 -08:00

11 lines
124 B
JSON

{
"type": "object",
"properties": {
"symbol": {
"type": "string"
}
},
"required": [
"symbol"
]
}