{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/OSD/V1.4/data/UltrasoundSceneDescriptors.json",
  "title": "UltrasoundSceneDescriptors",
  "type": "object", "properties": {
    "Header": { "type": "string", "pattern": "^OSD-USD-V[0-9]{1,2}[.][0-9]{1,2}$" },
    "MInstanceID": { "type": "string" },
    "UltrasoundSceneDescriptorsID": { "type": "string" },
    "UltrasoundSceneDescriptorsSpaceTime": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" },
    "ObjectCount": { "type": "integer" },
    "Objects": { "type": "array", "items": { "type": "object", "properties": { 
      "ObjectSpaceTime": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" },
      "ObjectIDOrObject": { "type": "array", "items": { "anyOf": [
        { "type": "object", "properties": { "Object": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/UltrasoundObject.json" } } },
        { "type": "object", "properties": { "ObjectID": { "type": "string" } } } ] } } } } },
    "SubUltrasoundSceneCount": { "type": "integer" },
    "SubUltrasoundScenes": { "type": "array", "items": { "type": "object", "properties": {
      "SubUltrasoundSceneSpaceTime": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/SpaceTime.json" },
      "SubUltrasoundSceneIDOrSubUltrasoundScene": { "type": "array", "items": { "anyOf": [
        { "type": "object", "properties": { "SubUltrasoundScene": {"$ref": "https://schemas.mpai.community/OSD/V1.4/data/UltrasoundSceneDescriptors.json" } } },
        { "type": "object", "properties": { "SubUltrasoundSceneID": { "type": "string" } } } ] } } } } },
    "BasicUltrasoundSceneOrUltrasoundScene": { "type": "array", "oneOf": [
      { "type": "array", "items": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/BasicUltrasoundSceneDescriptors.json" } },
      { "type": "array", "items": { "$ref": "https://schemas.mpai.community/OSD/V1.4/data/UltrasoundSceneDescriptors.json#/properties/BasicUltrasoundSceneOrUltrasoundScene" } } ] },
    "Rights": { "$ref": "https://schemas.mpai.community/MMM4/V2.1/data/Rights.json" },
    "DescrMetadata": { "type": "string" } }
}