{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://poseidat.org/schema/enum/fish-freshness.json",
  "description": "The freshness indication for processed fish species. Please check the wiki for the meaning of these codes.",
  "title": "Fish freshness",
  "type": "string",
  "enum": [
    "A",
    "B",
    "E",
    "SO",
    "V"
  ]
}
