{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/OSD/V1.1/AIMs/AVSceneIntegrationAndDescription.json",
  "Identifier": {
  "ImplementerID": "/* String assigned by IIDRA */",
  "Specification": {
    "Name": "MPAI-HMC",
    "AIW": "",
    "AIM": "AVSceneIntegrationAndDescription",
    "Version": "1.1"
    }
  },
  "Description": "This AIM adds the Avatar to a Portable Avatar's Audio-Visual Descriptors.",
  "Types": [
    {
      "Name": "PortableAvatar_t",
      "Type": "uint8[]"
    },
    {
      "Name": "AVSceneDescriptors_t",
      "Type": "uint8[]"
    }
  ],
  "Ports": [
    {
      "Name": "PortableAvatar",
      "Direction": "InputOutput",
      "RecordType": "PortableAvatar_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "AVSceneDescriptors",
      "Direction": "OutputInput",
      "RecordType": "AVSceneDescriptors_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    }
  ],
  "SubAIMs": [],
  "Topology": [],
  "Implementations": [],
  "Documentation": [
    {
      "Type": "Tutorial",
      "URI": "https://mpai.community/standards/mpai-hmc/"
    }
  ]
}