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

12 lines
146 B
JSON

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