{ "$schema":                  "https://json-schema.org/draft/2020-12/schema",
  "$id":                      "https://schemas.mpai.community/OSD/V1.5/data/LightingFixtureAnnotation.json",
  "title":                    "Annotation V1.5", "type": "object", "required": [ "Header", "AnnotationID", "AnnotationSpaceTime" ],
                              "additionalProperties": false, "properties": {

    "Header":                 { "type": "string", "pattern": "^XRV-LFA-V[0-9]{1,2}[.][0-9]{1,2}$" },
    "MInstanceID":            { "type": "string" },
    "UEnvironmentID":         { "type": "string" },
    "AnnotationID":           { "type": "string" },

    "LFAnnotation":           { "type": "object", "properties": {
      "FixtureType":          { "type": "string" },
      "Manufacturer":         { "type": "string" },
      "ModelNumber":          { "type": "string" },
      "DMXAddress":           { "type": "integer" },
      "DMXChannelTable":      { "type": "array", "items": {
        "ChannelNumber":      { "type": "integer" },
        "Parameter":          { "type": "string" },
        "Description":        { "type": "string" }, 
        "Range":              { "type": "array", "minItems": 1, "maxItems": 2, "items": { "type": "number" } } } } } },

    "DataExchangeMetadata":   { "$ref": "https://schemas.mpai.community/AIF/V3.0/data/DataExchangeMetadata.json" },
    "DescrMetadata":          { "type": "string", "maxLength": 2048 } } }