-
My query struct
And on swagger ui type and main_category that are required. How to mark its is optional? |
Beta Was this translation helpful? Give feedback.
Answered by
juhaku
Jul 17, 2023
Replies: 1 comment 1 reply
-
Hey, this is related to issue #622. The properties should be nullable by default when Others has solved this with providing manually the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
goni098
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, this is related to issue #622. The properties should be nullable by default when
Option
is used, but it seems that there is some bug that causes properties to be required.Others has solved this with providing manually the
parameter_in = Query
attribute for theIntoParams
macro.