{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://poseidat.org/schema/enum/reason-arrival.json",
  "description": "The reason for the vessel to return to port. Please check the wiki for the meaning of these codes.",
  "title": "Reason arrival",
  "type": "string",
  "enum": [
    "ECY",
    "GRD",
    "LAN",
    "OTH",
    "REF",
    "REP",
    "RES",
    "SCR",
    "SHE",
    "TRA"
  ]
}
