{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://poseidat.org/schema/enum/device-type.json",
  "description": "The types of supported technical vessel devices.",
  "title": "Device type",
  "type": "string",
  "enum": [
    "PUMP",
    "PROCESSOR",
    "DISPLAY",
    "HID",
    "ROUTER",
    "SWITCH",
    "MODEM",
    "SENSOR",
    "BRAKE",
    "ACTUATOR",
    "CABLE",
    "ENCLOSURE",
    "CIRCUIT_BREAKER",
    "ECONOMETER",
    "SCALE",
    "RECEIVER",
    "TRANSMITTER",
    "TRANSCEIVER"
  ]
}
