Skip to content

Commit e393e76

Browse files
committed
Updated name of Products to ProductList
This issue causes errors in swagger codegen
1 parent 4ca5686 commit e393e76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/v2.0/yaml/uber.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ paths:
4545
200:
4646
description: An array of products
4747
schema:
48-
$ref: "#/definitions/Products"
48+
$ref: "#/definitions/ProductList"
4949
default:
5050
description: Unexpected error
5151
schema:
@@ -190,7 +190,7 @@ definitions:
190190
image:
191191
type: string
192192
description: Image URL representing the product.
193-
Products:
193+
ProductList:
194194
properties:
195195
products:
196196
description: Contains the list of products

0 commit comments

Comments
 (0)