Skip to content

Commit c0e5dd1

Browse files
authored
OAI#1133 - replace commaDelimited by simple.
Also, in one example there was `"format": "form"` for a parameter, which is totally bogus.
1 parent 0b75783 commit c0e5dd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

versions/3.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
717717
"items": {
718718
"type": "string"
719719
},
720-
"style": "commaDelimited"
720+
"style": "simple"
721721
}
722722
]
723723
}
@@ -749,7 +749,7 @@ parameters:
749749
description: ID of pet to use
750750
required: true
751751
type: array
752-
format: form
752+
style: simple
753753
items:
754754
type: string
755755
```
@@ -1016,7 +1016,7 @@ A header parameter with an array of 64 bit integer numbers:
10161016
"format": "int64"
10171017
}
10181018
},
1019-
"style": "commaDelimited"
1019+
"style": "simple"
10201020
}
10211021
```
10221022

@@ -1030,7 +1030,7 @@ schema:
10301030
items:
10311031
type: integer
10321032
format: int64
1033-
style: commaDelimited
1033+
style: simple
10341034
```
10351035

10361036
A path parameter of a string value:

0 commit comments

Comments
 (0)