mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 14:50:52 +01:00
21 lines
369 B
JSON
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"
|
|
]
|
|
} |