We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e5dd1 commit a0709cdCopy full SHA for a0709cd
versions/3.0.md
@@ -713,9 +713,11 @@ This object can be extended with [Specification Extensions](#specificationExtens
713
"in": "path",
714
"description": "ID of pet to use",
715
"required": true,
716
- "type": "array",
717
- "items": {
718
- "type": "string"
+ "schema": {
+ "type": "array",
+ "items": {
719
+ "type": "string"
720
+ }
721
},
722
"style": "simple"
723
}
@@ -748,10 +750,11 @@ parameters:
748
750
in: path
749
751
description: ID of pet to use
752
required: true
- type: array
- style: simple
753
- items:
754
- type: string
+ schema:
+ type: array
755
+ style: simple
756
+ items:
757
+ type: string
758
```
759
760
#### <a name="operationObject"></a>Operation Object
0 commit comments