api-docs/models/WaypointTrait.json

21 lines
369 B
JSON
Raw Normal View History

2022-10-06 01:42:15 +02:00
{
"type": "object",
"properties": {
"symbol": {
2023-11-05 11:27:27 +01:00
"$ref": "./WaypointTraitSymbol.json"
2022-10-06 01:42:15 +02:00
},
"name": {
"type": "string",
"description": "The name of the trait."
},
"description": {
"type": "string",
"description": "A description of the trait."
}
2022-10-22 18:05:01 +02:00
},
"required": [
"symbol",
"name",
"description"
]
2022-10-06 01:42:15 +02:00
}