{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/AIF/V2.0/AIW-AIM-metadata.schema.json",
  "$id": "https://schemas.mpai.community/OSD/V1.4/AIMs/AudioSceneDescription.json",
  "title": "AudioSceneDescription",
  "Identifier": {
    "ImplementerID": "/* String assigned by IIDRA */",
    "Specification": {
      "Name": "MPAI-OSD",
      "AIW": "",
      "AIM": "AudioSceneDescription",
      "Version": "V1.4"
    }
  },
  "Description": "This AIM implements the Audio scene description function.",
  "Types": [
    { "Name": "SpaceTime_t", "Type": "uint8[]" },
    { "Name": "AudioObject_t", "Type": "uint8[]" },
    { "Name": "SceneDescriptors_t", "Type": "uint8[]" },
    { "Name": "AudioSceneDescriptors_t", "Type": "uint8[]" },
    { "Name": "Alert_t", "Type": "uint8[]" }
  ],
  "Ports": [
    {
      "Name": "SpaceTime",
      "Direction": "InputOutput",
      "RecordType": "SpaceTime_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "AudioObject",
      "Direction": "InputOutput",
      "RecordType": "AudioObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "SceneDescriptors",
      "Direction": "InputOutput",
      "RecordType": "SceneDescriptors_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "AudioSceneDescriptors",
      "Direction": "OutputInput",
      "RecordType": "AudioSceneDescriptors_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "Alert",
      "Direction": "OutputInput",
      "RecordType": "Alert_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    }
  ],
  "SubAIMs": [],
  "Topology": [],
  "Implementations": [],
  "Documentation": [
    {
      "Type": "Tutorial",
      "URI": "https://mpai.community/standards/MPAI-OSD/"
    }
  ]
}