@poseidat/schemas
Version:
The core schemas for the PoseiDAT data interchange formats
15 lines (14 loc) • 362 B
JSON
{
"$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"
]
}