You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm generating a zod object from an openapi schema, and I'd like it to be able to coerce values, e.g. converting strings to numbers. It would be easy if I was able to edit the zod object directly, but the schema gets updated periodically, and I want to be able to automatically pull in changes without having to reproduce my edits.
How easy would it be to implement this feature?
The text was updated successfully, but these errors were encountered:
I'm generating a zod object from an openapi schema, and I'd like it to be able to coerce values, e.g. converting strings to numbers. It would be easy if I was able to edit the zod object directly, but the schema gets updated periodically, and I want to be able to automatically pull in changes without having to reproduce my edits.
How easy would it be to implement this feature?
The text was updated successfully, but these errors were encountered: