{
  "endpoints": [
    {
      "path": "/ok",
      "method": "GET",
      "handler": "noop"
    }
  ],
  "handlerMap": {
    "noop": "./noop.ts"
  }
}
