api-docs/models/ShipRole.json

16 lines
247 B
JSON
Raw Normal View History

2022-09-18 17:49:41 +02:00
{
"type": "string",
"description": "The registered role of the ship",
"enum": [
"FABRICATOR",
"HARVESTER",
"HAULER",
"EXCAVATOR",
"TRANSPORT",
"REPAIR",
"SURVEYOR",
"COMMAND",
"CARRIER",
"PATROL"
]
}