{
  "name": "Notes",
  "version": "1.0.0",
  "description": "Generated by Anvil. Every route below comes from a module's manifest.",
  "routes": [
    {
      "verb": "GET",
      "path": "/notes",
      "auth": "public"
    },
    {
      "verb": "POST",
      "path": "/notes",
      "auth": "public"
    },
    {
      "verb": "GET",
      "path": "/notes/:id",
      "auth": "public"
    },
    {
      "verb": "GET",
      "path": "/notes/:id/events",
      "auth": "public"
    }
  ],
  "health": {
    "liveness": "/healthz",
    "readiness": "/readyz"
  }
}