api-docs/models/ShipRole.json

17 lines
264 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",
2022-11-16 06:55:50 +01:00
"PATROL",
"SATELLITE"
2022-09-18 17:49:41 +02:00
]
}