api-docs/models/SystemWaypoint.json
2022-12-17 09:32:19 -08:00

23 lines
295 B
JSON

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