mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
a46d675039
* update: new traits and add modifiers * breaking: jump gates and construction * update: add supply to shipyard listing * add gas siphon endpoint * add cooldown to jumps * add missing types * update supply and activity levels * update: add waypoint query filters for type and traits * add cargo modules * add shipyard activity
29 lines
552 B
JSON
29 lines
552 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"symbol": {
|
|
"type": "string",
|
|
"description": "The unique identifier of the modifier.",
|
|
"enum": [
|
|
"STRIPPED",
|
|
"UNSTABLE",
|
|
"RADIATION_LEAK",
|
|
"CRITICAL_LIMIT",
|
|
"CIVIL_UNREST"
|
|
]
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"description": "The name of the trait."
|
|
},
|
|
"description": {
|
|
"type": "string",
|
|
"description": "A description of the trait."
|
|
}
|
|
},
|
|
"required": [
|
|
"symbol",
|
|
"name",
|
|
"description"
|
|
]
|
|
} |