StefanTerdell / zod-to-json-schema

Converts Zod schemas to Json schemas
ISC License
917 stars 76 forks source link

The `coerce` config is lost during conversion #131

Closed Adeniyii closed 3 months ago

Adeniyii commented 3 months ago

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

StefanTerdell commented 3 months ago

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

Adeniyii commented 3 months ago

Closed as this was explained in more detail here