File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -297,12 +297,12 @@ Field Pattern | Type | Description
297
297
"description": "A list of pets.",
298
298
"representations" : {
299
299
"application/json" : {
300
- "schema": {
301
- "type": "array",
302
- "items": {
303
- "$ref": "#/definitions/pet"
304
- }
305
- }
300
+ "schema": {
301
+ "type": "array",
302
+ "items": {
303
+ "$ref": "#/definitions/pet"
304
+ }
305
+ }
306
306
}
307
307
}
308
308
}
@@ -384,9 +384,9 @@ Field Pattern | Type | Description
384
384
"representations": {
385
385
"text/html" : {
386
386
"schema": {
387
- "$ref": "#/definitions/ErrorModel"
388
- }
387
+ "$ref": "#/definitions/ErrorModel"
389
388
}
389
+ }
390
390
}
391
391
}
392
392
}
@@ -490,6 +490,7 @@ Field Pattern | Type | Description
490
490
"representations" : {
491
491
"application/x-www-form-urlencoded":{
492
492
"schema" : {
493
+ "type" : "object",
493
494
"properties": {
494
495
"name"
495
496
"description" : "Updated name of the pet",
You can’t perform that action at this time.
0 commit comments