{
  "$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.5/AIMs/EntityBodyDescription.json",
  "title": "EntityBodyDescription",
  "Identifier": {
    "ImplementerID": "/* String assigned by IIDRA */",
    "Specification": {
      "Name": "MPAI-PAF",
      "AIW": "",
      "AIM": "EntityBodyDescription",
      "Version": "V1.5"
    }
  },
  "Description": "This AIM computes the Gesture Descriptors.",
  "Types": [
    { "Name": "VisualObject_t", "Type": "uint8[]" },
    { "Name": "BodyDescriptorsObject_t", "Type": "uint8[]" } ],
  "Ports": [
    {
      "Name": "BodyObject",
      "Direction": "InputOutput",
      "RecordType": "VisualObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "BodyDescriptors_t",
      "Direction": "OutputInput",
      "RecordType": "BodyDescriptorsObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    }
  ],
  "SubAIMs": [],
  "Topology": [],
  "Implementations": [],
  "Documentation": [ { "Type": "Tutorial", "URI": "https://mpai.community/standards/mpai-paf/" } ]
}