Examples generated for array fields are wrong #104
-
I have this struct:
which produce the following OAS:
but what I expect it to produce is:
Am i doing something wrong or is this a bug ? Or how can I add an example for an array instead of array items ?(This happens for all slices where the example produced is in the array item level instead of being on the array level). I have also tried to use Examples tag put that doesn't work either. |
Beta Was this translation helpful? Give feedback.
Answered by
vearutop
Mar 18, 2024
Replies: 1 comment 3 replies
-
This looks like a bug, I'll try to look into it soon. Thanks for reporting! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please try latest version
v0.2.50
.