forked from loafle/openapi-generator-original
minor fix to petstore test spec
This commit is contained in:
parent
535b233ff7
commit
9051848ffa
@ -565,7 +565,7 @@ paths:
|
|||||||
tags:
|
tags:
|
||||||
- fake
|
- fake
|
||||||
summary: To test "client" model
|
summary: To test "client" model
|
||||||
descriptions: To test "client" model
|
description: To test "client" model
|
||||||
operationId: testClientModel
|
operationId: testClientModel
|
||||||
consumes:
|
consumes:
|
||||||
- application/json
|
- application/json
|
||||||
@ -587,7 +587,7 @@ paths:
|
|||||||
tags:
|
tags:
|
||||||
- fake
|
- fake
|
||||||
summary: To test enum parameters
|
summary: To test enum parameters
|
||||||
descriptions: To test enum parameters
|
description: To test enum parameters
|
||||||
operationId: testEnumParameters
|
operationId: testEnumParameters
|
||||||
consumes:
|
consumes:
|
||||||
- "*/*"
|
- "*/*"
|
||||||
@ -1080,7 +1080,6 @@ definitions:
|
|||||||
- 1.1
|
- 1.1
|
||||||
- -1.2
|
- -1.2
|
||||||
outerEnum:
|
outerEnum:
|
||||||
type: string
|
|
||||||
$ref: '#/definitions/OuterEnum'
|
$ref: '#/definitions/OuterEnum'
|
||||||
AdditionalPropertiesClass:
|
AdditionalPropertiesClass:
|
||||||
type: object
|
type: object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user