a-h / generate

Generates Go (golang) Structs from JSON schema.
MIT License
444 stars 137 forks source link

Support `readOnly` / `writeOnly`. #81

Open ieure opened 2 years ago

ieure commented 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.