YousefED / typescript-json-schema

Generate json-schema from your Typescript sources
BSD 3-Clause "New" or "Revised" License
3.14k stars 322 forks source link

Can we support readonly? #560

Open ishan-flek-ai opened 1 year ago

ishan-flek-ai commented 1 year ago

https://json-schema.org/understanding-json-schema/reference/generic.html?highlight=readonly We can add a flag to output readonly variable for the properties only when the flag is used.

We can change the files here to add support https://github.com/YousefED/typescript-json-schema/pull/235

I really need it for the project I am working on.