You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to provide more specifications on the parameter object itself, such as style or explode seems impossible right now, as any options provided are nested under the schema object itself.
Is there a way to achieve this? I feel like we would need an additional method parameter to capture this information separately from the schema options itself.
Attempting to provide more specifications on the parameter object itself, such as
style
orexplode
seems impossible right now, as any options provided are nested under theschema
object itself.Is there a way to achieve this? I feel like we would need an additional method parameter to capture this information separately from the schema options itself.
Proposed possibility:
Right now using 3 arguments and passing
style: :form, explode: true
along with theuniqueItems: true
just results as those being nested incorrectly:Generated, incorrect
Desired
The text was updated successfully, but these errors were encountered: