{
  "$schema": "http://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/PAF/V1.5/BodyDescriptorsObject.json",
  "title": "Body DescriptorsObject",
  "type": "object",
  "properties": {
    "Header": { "type": "string", "pattern": "^PAF-BDO-V[0-9]{1,2}[.][0-9]{1,2}$" },
    "MInstanceID": { "type": "string" },
    "BodyDescriptorsObjectID": { "type": "string" },
    "BodyDescriptorsData": { "type": "array", "items": { "anyOf": [
      { "type": "object", "properties": { "DataLength": { "type": "integer" }, "DataURI": { "type": "string", "format": "uri" } } },
      { "type": "object", "properties": { "Data": { "type": "string" } } },
      { "type": "object", "properties": { "DataID": { "type": "string" } } } ] } },
    "BodyDescriptorsQualifier": { "$ref": "https://schemas.mpai.community/TFA/V1.4/data/BodyDescriptorsQualifier.json" },
    "DescrMetadata": { "type": "string" }
  }
}
