omissis / go-jsonschema

A tool to generate Go data types from JSON Schema definitions.
MIT License
558 stars 89 forks source link

feat: add struct tags to `AdditionalProperties` #244

Open jamietanna opened 2 months ago

jamietanna commented 2 months ago

As noted in #242, we are missing the - tag which allows picking up the additional properties in i.e. a JSON object.

Closes #242.