{ "$id":                          "https://schemas.mpai.community/TFA/V1.5/data/DanceQualifier.json",
  "$schema":                      "https://json-schema.org/draft/2020-12/schema",

  "title":                        "Dance Qualifier V1.5",
                                  "description": "Qualifier describing dance notation formats and implementation‑defined attributes.",
                                  "type": "object", "required": [ "Header", "DanceQualifierID", "SubType", "Format", "Trace" ],
                                  "additionalProperties": false, "properties": {

    "Header":                     { "type": "string", "pattern": "^TFA-DNQ-V[0-9]{1,2}[.][0-9]{1,2}$" },

    "DanceQualifierID":           { "type": "string" },

    "SubType":                    { "type": "object", "additionalProperties": false },

    "Format":                     { "type": "object", "additionalProperties": false, "properties": {
      "ContentFormat":            { "type": "string", "enum": [ "Benesh", "Labanotation" ] } } },

    "Attributes":                 { "type": "object", "additionalProperties": true },

    "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 } } }
