{
  "jsonid": "input_profile",
  "controller_type": "example_tracker",
  "device_class": "TrackedDeviceClass_GenericTracker",
  "resource_root": "example",
  "driver_name": "example",
  "input_bindingui_mode": "single_device",
  "should_show_binding_errors": true,
  "input_bindingui_left": {
    "transform": "scale(-1,1)",
    "image": "{example}/icons/example_tracker.svg"
  },
  "input_bindingui_right": {
    "image": "{example}/icons/example_tracker.svg"
  },
  "input_source": {
    "/pose/raw" : {
      "type" : "pose",
      "binding_image_point" : [ 0,0 ]
    },
    "/output/haptic": {
      "type": "vibration",
      "binding_image_point": [0,0]
    },
    "/input/system": {
      "type": "button",
      "click": true,
      "binding_image_point": [0,0]
    }
  }
}
