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
I have searched the tracker for existing similar issues
Describe the Issue
While generating a collection using an API specification I stumbled upon two issues with deepObjects:
List nested inside deepObjects are generated as deepObject[list][0]=value and deepObject[list][1]=value. I would have expected it to be deepObject[list]=value,value
If a deepObject has a property called length it will be interpreted as array and generate multiple parameters like deepObject[i] up to the number that is set as example for the length property.
As I understand OpenAPI specification doesn't mention the behavior of array under deepObject style (source). This means currently, array is treated as an object and thus the behavior of each element is mentioned separately.
As for issue 2, Is the expected behavior to have the following key-value?
Is there an existing issue for this?
Describe the Issue
While generating a collection using an API specification I stumbled upon two issues with deepObjects:
Steps To Reproduce
Screenshots or Videos
Environment Information
Additional Context?
No response
The text was updated successfully, but these errors were encountered: