We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca5686 commit e393e76Copy full SHA for e393e76
1 file changed
examples/v2.0/yaml/uber.yaml
@@ -45,7 +45,7 @@ paths:
45
200:
46
description: An array of products
47
schema:
48
- $ref: "#/definitions/Products"
+ $ref: "#/definitions/ProductList"
49
default:
50
description: Unexpected error
51
@@ -190,7 +190,7 @@ definitions:
190
image:
191
type: string
192
description: Image URL representing the product.
193
- Products:
+ ProductList:
194
properties:
195
products:
196
description: Contains the list of products
0 commit comments