api-docs/models/WaypointFaction.json
2023-11-05 02:27:27 -08:00

12 lines
198 B
JSON

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