{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://poseidat.org/schema/enum/vessel-compartment.json",
  "description": "The different compartments in a vessel.",
  "title": "Vessel compartment",
  "type": "string",
  "enum": [
    "DECK",
    "BRIDGE",
    "GALLEY",
    "ENGINE_ROOM",
    "FISH_HOLD",
    "CABIN",
    "BOW",
    "STERN"
  ]
}
