api-docs/models/WaypointFaction.json

12 lines
198 B
JSON
Raw Permalink Normal View History

2022-10-06 01:42:15 +02:00
{
"type": "object",
2023-06-09 22:50:36 +02:00
"description": "The faction that controls the waypoint.",
2022-10-06 01:42:15 +02:00
"properties": {
"symbol": {
2023-11-05 11:27:27 +01:00
"$ref": "./FactionSymbol.json"
2022-10-06 01:42:15 +02:00
}
2022-10-22 18:05:01 +02:00
},
"required": [
"symbol"
]
2022-10-06 01:42:15 +02:00
}