forked from loafle/openapi-generator-original
[core] Update parser and core to latest version (#1569)
* Update swagger-parser to 2.0.7 * Update swagger-core to 2.0.6
This commit is contained in:
committed by
Jérémie Bresson
parent
c05dc24e6a
commit
fb15a4baf3
@@ -96,6 +96,17 @@ components:
|
||||
description: An additionalPropertiesObject
|
||||
example: foo
|
||||
type: object
|
||||
aNullableContainer:
|
||||
properties:
|
||||
NullableThing:
|
||||
nullable: true
|
||||
type: string
|
||||
RequiredNullableThing:
|
||||
nullable: true
|
||||
type: string
|
||||
required:
|
||||
- RequiredNullableThing
|
||||
type: object
|
||||
ObjectOfObjects:
|
||||
description: An object of objects
|
||||
properties:
|
||||
@@ -119,15 +130,4 @@ components:
|
||||
type: string
|
||||
required:
|
||||
- required_thing
|
||||
aNullableContainer:
|
||||
properties:
|
||||
NullableThing:
|
||||
nullable: true
|
||||
type: string
|
||||
RequiredNullableThing:
|
||||
nullable: true
|
||||
type: string
|
||||
required:
|
||||
- RequiredNullableThing
|
||||
type: object
|
||||
|
||||
|
||||
Reference in New Issue
Block a user