mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
fix: update enums for factions and ship roles
This commit is contained in:
parent
d5aa0454d4
commit
26cc968eb3
@ -1,4 +1,20 @@
|
||||
{
|
||||
"type": "string",
|
||||
"description": "The registered role of the ship"
|
||||
"description": "The registered role of the ship",
|
||||
"enum": [
|
||||
"FABRICATOR",
|
||||
"HARVESTER",
|
||||
"HAULER",
|
||||
"INTERCEPTOR",
|
||||
"EXCAVATOR",
|
||||
"TRANSPORT",
|
||||
"REPAIR",
|
||||
"SURVEYOR",
|
||||
"COMMAND",
|
||||
"CARRIER",
|
||||
"PATROL",
|
||||
"SATELLITE",
|
||||
"EXPLORER",
|
||||
"REFINERY"
|
||||
]
|
||||
}
|
@ -74,12 +74,7 @@
|
||||
"VOID",
|
||||
"GALACTIC",
|
||||
"QUANTUM",
|
||||
"DOMINION",
|
||||
"ASTRO",
|
||||
"CORSAIRS",
|
||||
"UNITED",
|
||||
"SOLITARY",
|
||||
"COBALT"
|
||||
"DOMINION"
|
||||
]
|
||||
},
|
||||
"symbol": {
|
||||
|
Loading…
Reference in New Issue
Block a user