api-docs/models/WaypointFaction.json
2023-06-09 23:50:36 +03:00

12 lines
199 B
JSON

{
"type": "object",
"description": "The faction that controls the waypoint.",
"properties": {
"symbol": {
"$ref": "./FactionSymbols.json"
}
},
"required": [
"symbol"
]
}