swaggest / jsonschema-go

JSON Schema mapping for Go
https://pkg.go.dev/github.com/swaggest/jsonschema-go
MIT License
102 stars 13 forks source link

Update reflect.go #74

Closed tpoxa closed 1 year ago

tpoxa commented 1 year ago

Use value of the first element of the array (if any) during schema generation for Items.

vearutop commented 1 year ago

Can you also add a test for this case?