issues
search
podhmo
/
reflect-openapi
Define OpenAPI with reflect package
Apache License 2.0
3
stars
0
forks
source link
handling omitempty correctly
#130
Closed
podhmo
closed
1 year ago
podhmo
commented
1 year ago
fix #110
first, find
required
tag if exists then use this value
second, handling omitempty
third, if pointer type is passed, treat as not required
fix #110
required
tag if exists then use this value