StefanTerdell / zod-to-json-schema

Converts Zod schemas to Json schemas
ISC License
886 stars 71 forks source link

The `coerce` config is lost during conversion #131

Closed Adeniyii closed 2 months ago

Adeniyii commented 2 months ago

e.g z.coerce.number() returns just a number type without the coercion meta.

StefanTerdell commented 2 months ago

As far as I'm aware there is no way to represent coercion in JSON schema.

Adeniyii commented 2 months ago

Closed as this was explained in more detail here