Open ieure opened 2 years ago
This PR adds support for R/O and R/W fields. Properties with a JSON Schema readOnly or writeOnly set will have a jsonSchema struct tag added, with a readonly or writeonly value inside it.
readOnly
writeOnly
jsonSchema
readonly
writeonly
This PR adds support for R/O and R/W fields. Properties with a JSON Schema
readOnly
orwriteOnly
set will have ajsonSchema
struct tag added, with areadonly
orwriteonly
value inside it.