{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/OSD/V1.4/data/BasicAudioObject.json",
  "title": "BasicAudioObject",
  "type": "object",
  "properties": {
    "Header": { "type": "string", "pattern": "^OSD-BOO-V[0-9]{1,2}[.][0-9]{1,2}$" },
    "MInstanceID": { "type": "string" },
    "BasicAudioObjectID": { "type": "string" },
    "ParentObjects": { "type": "array", "items": { "type": "object","properties": {
      "ParentObjectID": { "type": "string" },
      "ParentObjectSpaceTime": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" } } } },
    "ChildObjects": {  "type": "array", "items": { "type": "object", "properties": {
      "ChildObjectID": { "type": "string" },
      "ChildObjectSpaceTime": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" } } } },
    "BasicAudioObjectSpaceTime": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" },
    "BasicAudioData": { "type": "array", "items": { "anyOf": [
      { "type": "object", "properties": { "Length": { "type": "integer" }, "URI": { "type": "string", "format": "uri" } } },
      { "type": "object", "properties": { "Data": { "type": "string" } } },
      { "type": "object", "properties": { "ID": { "type": "string" } } } ] } },
    "BasicAudioDataQualifier": { "$ref": "https://schemas.mpai.community/TFA/V1.4/data/AudioQualifier.json" },
    "BasicAudioObjectAnnotations": { "type": "array", "items": { "type": "object", "properties": {
      "Annotation": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/Annotation.json" },
      "AnnotationTimeSpace": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" },
      "AnnotationRights": { "RightsIDOrRights": { "type": "array", "items": { "anyOf": [
        { "type": "object", "properties": { "RightsID": { "type": "string" } } },
        { "type": "object", "properties": { "Rights": { "$ref": "https://schemas.mpai.community/MMM4/V2.1/data/Rights.json" } } } ] } } } } } },
    "Rights": { "$ref": "https://schemas.mpai.community/MMM4/V2.1/data/Rights.json" },
    "DescrMetadata": { "type": "string" } }
}