{ "$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" ],
  "additionalProperties": false,
  "properties":           {

    "Header":             { "type": "string", "pattern": "^TFA-DNQ-V[0-9],{1,2},[.][0-9],{1,2}$" },
    "MInstanceID":        { "type": "string" },
    "UEnvironmentID":     { "type": "string" },
    "DanceQualifierID":   { "type": "string" },
    "DanceQualifierTime": { "$ref": "https://schemas.mpai.community/OSD/V1.5/data/SpaceTime.json" },

    "SubType":            { "type": "object", "additionalProperties": false },

    "Format":             { "type": "object", "additionalProperties": false, "properties": {
      "ContentFormat":    { "type": "string", "enum": [ "Benesh", "Labanotation" ] } } },

    "Attributes":         { "type": "object", "additionalProperties": true },

    "DataXMData":         { "$ref": "https://schemas.mpai.community/PTF/V1.0/data/DataExchangeMetadata.json" },
    "DescrMetadata":      { "type": "string", "maxLength": 2048 } } }

