{
  "$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/PAF/V1.3/AIMs/PortableAvatarMultiplexing.json",
  "title": "PortableAvatarMultiplexing",
    "Identifier": {
    "ImplementerID": "/* String assigned by IIDRA */",
    "Specification": {
      "Name": "MPAI-PAF",
      "AIW": "",
      "AIM": "PortableAvatarMultiplexing",
      "Version": "V1.3"
    }
  },
  "Description": "This AIM multiplexes the components of the Portable Avatar.",
  "Types": [
    {
      "Name": "InstanceID_t",
      "Type": "uint8[]"
    },
    {
      "Name": "SpaceTime_t",
      "Type": "uint8[]"
    },
    {
      "Name": "Avatar_t",
      "Type": "uint8[]"
    },
    {
      "Name": "Selector_t",
      "Type": "uint8[]"
    },
    {
      "Name": "SpeechObject_t",
      "Type": "uint16[]"
    },
    {
      "Name": "NNModel_t",
      "Type": "uint8[]"
    },
    {
      "Name": "TextObject_t",
      "Type": "uint8"
    },
    {
      "Name": "PersonalStatust",
      "Type": "uint8[]"
    },
    {
      "Name": "AVSceneDescriptors_t",
      "Type": "uint8[]"
    },
    {
      "Name": "PortableAvatar_t",
      "Type": "uint8[]"
    }
  ],
  "Ports": [
    {
      "Name": "AvatarID",
      "Direction": "InputOutput",
      "RecordType": "InstanceID",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "AvatarSpaceTime",
      "Direction": "InputOutput",
      "RecordType": "SpaceTime_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "Avatar",
      "Direction": "InputOutput",
      "RecordType": "Avatar_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "LanguageSelector",
      "Direction": "InputOutput",
      "RecordType": "Selector_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "SpeechObject",
      "Direction": "InputOutput",
      "RecordType": "SpeechObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "TextObject",
      "Direction": "InputOutput",
      "RecordType": "TextObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "PersonalStatus",
      "Direction": "InputOutput",
      "RecordType": "PersonalStatus_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "AVSceneSpaceTime",
      "Direction": "InputOutput",
      "RecordType": "SpaceTime_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "AVSceneDescriptors",
      "Direction": "InputOutput",
      "RecordType": "AVSceneDescriptors_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "PortableAvatar",
      "Direction": "OutputInput",
      "RecordType": "PortableAvatar_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    }
  ],
  "SubAIMs": [],
  "Topology": [],
  "Implementations": [],
  "Documentation": [
    {
      "Type": "Tutorial",
      "URI": "https://mpai.community/standards/MPAI-PAF/"
    }
  ]
}