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

21 lines
369 B
JSON

{
"type": "object",
"properties": {
"symbol": {
"$ref": "./WaypointTraitSymbol.json"
},
"name": {
"type": "string",
"description": "The name of the trait."
},
"description": {
"type": "string",
"description": "A description of the trait."
}
},
"required": [
"symbol",
"name",
"description"
]
}