UNPKG

@poseidat/schemas

Version:

The core schemas for the PoseiDAT data interchange formats

18 lines (17 loc) 370 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://poseidat.org/schema/enum/vessel-compartment.json", "description": "The different compartments in a vessel.", "title": "Vessel compartment", "type": "string", "enum": [ "DECK", "BRIDGE", "GALLEY", "ENGINE_ROOM", "FISH_HOLD", "CABIN", "BOW", "STERN" ] }