{
  "endpoints": [
    {
      "path": "/integration/hello",
      "method": "GET",
      "handler": "index.helloWorld"
    },
    {
      "path": "/integration/items",
      "method": "POST",
      "handler": "handlers.createItem"
    }
  ]
}
