-
Hey @risen228, great job on creating this package! NestJS creator here.
I recently started working on the `@nestjs/zod` package to simplify the integration between the two (Nest and Zod), and then …
-
Hi there 👋 . I face the following situation where `Zod-OpenAPI` would return a `ZodError` - saying it expects a string, instead of an array **_when I only query by 1 value_**.
_(Note: I did have a …
-
Is there a way to define the zod types so that the @fastify/swagger can generate an openapi which uses schemas to define the expected schemas for the routes, and the routes only to use $ref to the sch…
-
## What are the steps to reproduce this issue?
1. I am using FastAPI (v. 0.111.0) to generate my OpenAPI Schema (v. 3.1.0).
2. Then I am using Orval to generate my Zod schemas.
## What ha…
-
I want to ditch classvalidator for zod in nestjs. Unfortunately my company is strict about the format of the OpenApi-Document.
What my company expects:
```yaml
components:
schemas:
MyListRe…
-
Looks like support for ZodReadonly was added to [zod-openapi](https://github.com/anatine/zod-plugins/pull/178) but not for zod-mock. The issue that I am running into is nearly identical to the issue t…
-
The issue is coming from a FHIRPrimitiveExtension type. What are my options here? I am having the same problem with `openapi-zod-client`.
Reference:
[fhir-extensions](https://cloud.google.com/heal…
-
**Epic:** https://github.com/elastic/security-team/issues/9723 (internal)
# Summary
Support for local circular OpenAPi references was implemented in https://github.com/elastic/kibana/issues/1860…
-
Hi,
I've been playing with Hono (with Node) for a few days at work and we've seen some good performance from it.
After testing `zod-to-openapi` I realized that we could add an additional route w…
-
### What version of Hono are you using?
4.2.5
### What runtime/platform is your app running on?
Wrangler
### What steps can reproduce the bug?
Using path parameters (e. g. `GET /customers/:id`) w…