{ "$schema":                      "https://json-schema.org/draft/2020-12/schema",
  "$id":                          "https://schemas.mpai.community/TFA/V1.5/data/ColourQualifier.json",
  "title":                        "Colour Qualifier V1.5", "type": "object", "additionalProperties": false, 
                                  "required": [ "Header", "ColourQualifierID", "Format" ], "properties": {

    "Header":                     { "type": "string", "pattern": "^TFA-CLQ-V[0-9]{1,2}[.][0-9]{1,2}$" },

    "ColourQualifierID":          { "type": "string" },

    "Format":                     { "$ref": "https://schemas.mpai.community/TFA/V1.4/formats/ColourSpaces.json" },

    "DataExchangeMetadata":       { "$ref": "https://schemas.mpai.community/AIF/V3.0/data/DataExchangeMetadata.json" },
    "Trace":                      { "$ref": "https://schemas.mpai.community/AIF/V3.0/data/Trace.json" },
    "DescrMetadata":              { "type": "string", "maxLength": 2048 } } }
