{ "$schema":                "https://json-schema.org/draft/2020-12/schema",
   "$id":                   "https://schemas.mpai.community/TFA/V1.5/data/ControlQualifier.json",
   "title":                 "Control Qualifier V1.5",
   "type":                  "object",
  "required":               [ "Header", "ControlQualifierID", "SubType", "Format" ],
  "properties":             {

    "Header":               { "type": "string", "pattern": "^TFA-CRQ-V[0-9],{1,2},[.][0-9],{1,2}$" },
    "MInstanceID":          { "type": "string" },
    "UEnvironmentID":       { "type": "string" },
    "ControlQualifierID":   { "type": "string" },
    "ControlQualifierTime": { "$ref": "https://schemas.mpai.community/OSD/V1.5/data/SpaceTime.json" },

    "SubType":              { "type": "object", "additionalProperties": false },

    "Format":               {  "type": "string", "enum": [ "ANSI E1.20-2010", "ANSI E1.37-1-2012", "MIDI", "OSC" ] } ,

    "Attributes":           { "type": "object", "additionalProperties": true },

    "DataX<Data":           { "$ref": "https://schemas.mpai.community/PTF/V1.0/data/DataExchangeMetadata.json" },
    "DescrMetadata":        { "type": "string", "maxLength": 2048 } } }


