api-docs/models/WaypointModifier.json

21 lines
372 B
JSON
Raw Normal View History

2023-09-22 00:00:04 +02:00
{
"type": "object",
"properties": {
"symbol": {
2023-11-19 04:18:26 +01:00
"$ref": "./WaypointModifierSymbol.json"
2023-09-22 00:00:04 +02:00
},
"name": {
"type": "string",
"description": "The name of the trait."
},
"description": {
"type": "string",
"description": "A description of the trait."
}
},
"required": [
"symbol",
"name",
"description"
]
}