@poseidat/schemas
Version:
The core schemas for the PoseiDAT data interchange formats
31 lines (30 loc) • 583 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://poseidat.org/schema/enum/equipment-type.json",
"description": "The types of supported technical vessel equipment.",
"title": "Equipment type",
"type": "string",
"enum": [
"ENGINE",
"GNSS",
"ECHO_SOUNDER",
"FISH_FINDER",
"AIS",
"TANK_LEVEL_METER",
"TENSIOMETER",
"CHARGER",
"SEPARATOR",
"COMPASS",
"V_SAT",
"REFRIGERATOR",
"ICE_MAKER",
"WINCH",
"RUDDER",
"PROPELLER",
"PUMP",
"SENSOR",
"SCALE",
"ECDIS",
"ECS"
]
}