Skip to content

Commit

Permalink
minor fix to petstore test spec
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Dec 8, 2016
1 parent 535b233 commit 9051848
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ paths:
tags:
- fake
summary: To test "client" model
descriptions: To test "client" model
description: To test "client" model
operationId: testClientModel
consumes:
- application/json
Expand All @@ -587,7 +587,7 @@ paths:
tags:
- fake
summary: To test enum parameters
descriptions: To test enum parameters
description: To test enum parameters
operationId: testEnumParameters
consumes:
- "*/*"
Expand Down Expand Up @@ -1080,7 +1080,6 @@ definitions:
- 1.1
- -1.2
outerEnum:
type: string
$ref: '#/definitions/OuterEnum'
AdditionalPropertiesClass:
type: object
Expand Down

0 comments on commit 9051848

Please sign in to comment.