minor fix to petstore test spec

This commit is contained in:
wing328 2016-12-08 23:24:20 +08:00
parent 535b233ff7
commit 9051848ffa

View File

@ -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
@ -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:
- "*/*"
@ -1080,7 +1080,6 @@ definitions:
- 1.1
- -1.2
outerEnum:
type: string
$ref: '#/definitions/OuterEnum'
AdditionalPropertiesClass:
type: object