Skip to content

v1.0.14

Latest

Choose a tag to compare

@maxryl maxryl released this 01 Apr 14:14
· 2 commits to master since this release
623029e

What's Changed

  • Fix schema generation for embedded struct field tags: Embedded (anonymous) struct fields now have their fields promoted to the parent schema, matching encoding/json behavior. Struct tags like json-enum, json-description, json-minimum, etc. are preserved on fields from embedded structs. Supports pointer embeddings and multi-level embedding.