@poseidat/schemas
Version:
The core schemas for the PoseiDAT data interchange formats
28 lines (27 loc) • 529 B
JSON
{
"$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"
]
}