Skip to content

Commit bab879f

Browse files
squash, fix test coverage ??!
1 parent 7de9fda commit bab879f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/schema/pass/parameter-object-examples.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ paths:
99
in: header
1010
description: token to be passed as a header
1111
required: true
12+
explode: false
1213
schema:
1314
type: array
1415
items:
@@ -55,10 +56,12 @@ paths:
5556
- in: cookie
5657
name: my_cookie1
5758
style: form
59+
explode: true
5860
schema: {}
5961
- in: cookie
6062
name: my_cookie2
6163
style: cookie
64+
explode: false
6265
schema: {}
6366
/user:
6467
parameters:

0 commit comments

Comments
 (0)