{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://rig.works/schemas/rig.io.sacn.schema.json",
  "title": "rig.io.sacn",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "universe": {
      "type": "integer",
      "minimum": 1,
      "maximum": 63999
    },
    "direction": {
      "type": "string",
      "enum": [
        "in",
        "out"
      ]
    },
    "universeCount": {
      "type": "integer",
      "minimum": 1,
      "maximum": 63999
    },
    "startChannel": {
      "type": "integer",
      "minimum": 1,
      "maximum": 512
    },
    "host": {
      "$ref": "./_defs.schema.json#/$defs/string"
    },
    "fps": {
      "$ref": "./_defs.schema.json#/$defs/float"
    },
    "enabled": {
      "$ref": "./_defs.schema.json#/$defs/bool"
    },
    "uvMap": {
      "$ref": "./_defs.schema.json#/$defs/entity"
    }
  },
  "required": [
    "universe"
  ]
}
