{
  "$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/PSGestureInterpretation.json",
  "title": "PSGestureInterpretation",
  "Identifier": {
    "ImplementerID": "/* String assigned by IIDRA */",
    "Specification": {
      "Name": "MPAI-PAF",
      "AIW": "",
      "AIM": "PSGestureInterpretation",
      "Version": "V1.5"
    }
  },
  "Description": "This AIM extracts the Gesture Personal Status from the Gesture Descriptors.",
  "Types": [
    { "Name": "GestureDescriptorsObject_t", "Type": "uint8[]" },
    { "Name": "GesturePersonalStatus_t", "Type": "uint8[]" } ],
  "Ports": [
    {
      "Name": "GestureDescriptors",
      "Direction": "OutputInput",
      "RecordType": "GestureDescriptorsObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "GesturePersonalStatus",
      "Direction": "OutputInput",
      "RecordType": "GesturePersonalStatus_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    }
  ],
  "SubAIMs": [],
  "Topology": [],
  "Implementations": [],
  "Documentation": [ { "Type": "Tutorial", "URI": "https://mpai.community/standards/mpai-paf/" } ]
}