StefanTerdell / zod-to-json-schema

Converts Zod schemas to Json schemas
ISC License
902 stars 75 forks source link

Add support for "deprecated" keyword #53

Closed william-will-angi closed 1 year ago

william-will-angi commented 1 year ago

It would be good to be able to mark certain properties as deprecated within the json-schema.

https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.3

Let me know if there is anything I can do to help with this and I will be happy to put together a PR.

StefanTerdell commented 1 year ago

Yes, but that would require there to be a matching flag in the original Zod schema, so I'd take this feature suggestion over there for now. Closing in the meantime.