@poseidat/schemas
Version:
The core schemas for the PoseiDAT data interchange formats
34 lines (33 loc) • 467 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://poseidat.org/schema/enum/effort-zone.json",
"description": "The fishing effort zone. Example: A (ICES V-VI)",
"title": "Effort zone",
"type": "string",
"enum": [
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"J",
"K",
"L",
"M",
"N",
"O",
"P",
"Q",
"R",
"S",
"T",
"U",
"V",
"W",
"X",
"Y"
]
}