-
Console output during running next build:
PS C:\Users\Petya\WebstormProjects\aaa> npm run build
```
> aaa@0.1.0 build
> next build
▲ Next.js 15.0.3
- Environments: .env
Cr…
-
`partial()` function not available in latest version `0.14.2`?
https://zod.dev/?id=partial
![image](https://github.com/honojs/middleware/assets/6106479/4eae22c0-5bdd-4c30-8f79-026939d2f6e7)
-
Here is the reproduction code:
```ts
import { serve } from "@hono/node-server";
import { swaggerUI } from "@hono/swagger-ui";
import { createRoute, OpenAPIHono } from "@hono/zod-openapi";
impor…
-
https://hono.dev/examples/zod-openapi we already use zod so it's a no brainer
-
Hey!
First of all, I'm *not* trying to promote my library. I'd like to include it in this repo as an official... not sure, either replacement or alternative to the existing `zod-openapi` middleware…
-
### Description
Currently openapi-ts generates typescript definitions for the OpenAPI schema. Would it be possible to generate zod schemas also? Something similar like these libraries: https://github…
-
### Describe what you want
To allow generating schemas from an extended Zod class, such as: https://github.com/honojs/middleware/tree/main/packages/zod-openapi
Currently, this doesn't work since…
-
Strict type checking was added in version **0.9.1** in such a way that if response type is declared, the handler of a given route can only return a response of the `TypedResponse` type, and of the met…
-
pnpm test doesn't work as below:
```
% cd openapi-zod-client
% pnpm test
ERR_PNPM_OTHER_PM_EXPECTED This project is configured to use ^pnpm
```
Removing the caret makes it work.
```
di…
-
Create a plugin similar to `next-swagger-doc` that can extract our zod schemas from our api handlers and create an openAPI schema with them.