mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
more enum normalizing
This commit is contained in:
parent
09d6a8b757
commit
ee6bd96f49
@ -2,15 +2,7 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"symbol": {
|
||||
"type": "string",
|
||||
"description": "The unique identifier of the modifier.",
|
||||
"enum": [
|
||||
"STRIPPED",
|
||||
"UNSTABLE",
|
||||
"RADIATION_LEAK",
|
||||
"CRITICAL_LIMIT",
|
||||
"CIVIL_UNREST"
|
||||
]
|
||||
"$ref": "./WaypointModifierSymbol.json"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
|
11
models/WaypointModifierSymbol.json
Normal file
11
models/WaypointModifierSymbol.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "string",
|
||||
"description": "The unique identifier of the modifier.",
|
||||
"enum": [
|
||||
"STRIPPED",
|
||||
"UNSTABLE",
|
||||
"RADIATION_LEAK",
|
||||
"CRITICAL_LIMIT",
|
||||
"CIVIL_UNREST"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user