IOOpenDeviceIO

Tools

Author an .odio file

Describe a device's I/O once and get a validated .odio file plus the standardized I/O table — no JSON by hand, all in your browser. Download it for a spec sheet, or sign in as a manufacturer to publish it to the registry. Already published? Find it in the registry and use its Edit link.

Identity

Ports

Power

Preview

2 issue(s) to resolve:
  • /device/manufacturer: must NOT have fewer than 1 characters
  • /device/model: must NOT have fewer than 1 characters

Sign in as a manufacturer to publish this to the registry, or just download it above.

View .odio JSON
{
  "$schema": "https://opendeviceio.org/schema/v0.1/device.schema.json",
  "odioVersion": "0.1.0",
  "id": "mfr/model",
  "device": {
    "manufacturer": "",
    "model": ""
  },
  "ports": [
    {
      "id": "hdmi-type-a",
      "direction": "input",
      "connector": "hdmi-type-a",
      "signals": [
        {
          "domain": "video"
        }
      ]
    }
  ],
  "provenance": {
    "generator": "opendeviceio.org/author",
    "method": "manual"
  }
}