{
  "interaction_profile": "/interaction_profiles/microsoft/hand_interaction",

  "bindings": {
    "vtk-actions": {
      "sources": [
        {
          "inputs": {
            "pose": {
              "output": "handpose"
            }
          },
          "path": "/user/hand/left/input/grip"
        },
        {
          "inputs": {
            "pose": {
              "output": "handpose"
            }
          },
          "path": "/user/hand/right/input/grip"
        },
        {
          "inputs": {
            "value": {
              "output": "triggeraction"
            }
          },
          "path": "/user/hand/left/input/squeeze"
        },
        {
          "inputs": {
            "value": {
              "output": "triggeraction"
            }
          },
          "path": "/user/hand/right/input/squeeze"
        },
        {
          "inputs": {
            "pose": {
              "output": "handpose"
            }
          },
          "path": "/user/hand/left/input/aim"
        },
        {
          "inputs": {
            "pose": {
              "output": "handpose"
            }
          },
          "path": "/user/hand/right/input/aim"
        },
        {
          "inputs": {
            "value": {
              "output": "triggeraction"
            }
          },
          "path": "/user/hand/left/input/select"
        },
        {
          "inputs": {
            "value": {
              "output": "triggeraction"
            }
          },
          "path": "/user/hand/right/input/select"
        }
      ]
    }
  }
}
