{ "$schema":                  "https://json-schema.org/draft/2020-12/schema",
  "$id":                      "https://schemas.mpai.community/XRV1/V1.0/examples/MoCapAnnotation.json",
  "title":                    "Annotation V1.5", "type": "object", "required": [ "Header", "AnnotationID", "AnnotationSpaceTime" ],
                              "additionalProperties": false, "properties": {

    "Header":                 { "type": "string", "pattern": "^XRV-MIFA-V[0-9]{1,2}[.][0-9]{1,2}$" },
    "MInstanceID":            { "type": "string" },
    "UEnvironmentID":         { "type": "string" },
    "AnnotationID":           { "type": "string" },

    "MCAnnotation":           { "type": "object", "properties": {
      "Qualifier":            { "$ref": "https://schemas.mpai.community/TFA/V1.5/data/MoCapQualifier.json" },
      "DeviceType":           { "type": "string" },
      "Manufacturer":         { "type": "string" },
      "ModelNumber":          { "type": "string" },
      "MoCapChannel":         { "type": "integer" },
      "MoCapDataTable":       { "type": "array", "items": {
        "BodySegment":        { "type": "integer" },
        "MarkerPlacement":    { "type": "array", "minItems": 1, "items": { "type": "string" } },
        "Description":        { "type": "string" } } } } },

    "DataXMData":             { "$ref": "https://schemas.mpai.community/PTF/V1.0/data/DataExchangeMetadata.json" },
    "DescrMetadata":          { "type": "string", "maxLength": 2048 } } }