I was wondering if this scenario is valid or if could you please give me a brief introduction about how to specify and represent a nested array of a query parameter. Best regards |
Answered by
hkosova
Nov 19, 2022
Replies: 2 comments 1 reply
|
As of OpenAPI 3.1, nested arrays and nested objects are not actually supported in query parameters because the serialization rules are not defined for nested structures. More info here: |
1 reply
Answer selected by
RSH17
|
Looks like this was resolved, closing. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of OpenAPI 3.1, nested arrays and nested objects are not actually supported in query parameters because the serialization rules are not defined for nested structures. More info here: