{
  "$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"
  ]
}
