{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://poseidat.org/schema/enum/reason-discard.json",
  "description": "The reason for a vessel to discard caught fish. Please check the wiki for the meaning of these codes.",
  "title": "Reason discard",
  "type": "string",
  "enum": [
    "BAI",
    "HSV",
    "OTH",
    "PDM",
    "PRO",
    "QEX"
  ]
}
