Update swagger-parser to '2.0.11-OpenAPITools.org-1' (#2262)

* Update swagger-parser to '2.0.10-SNAPSHOT'

* Add a TODO

* Update input spec

* Update input spec again

* Update samples

* Set version to 2.0.10-OpenAPITools.org-1

* Ensure up-to-date

* Update to 2.0.11-OpenAPITools.org-1

* Run bin/utils/export_docs_generators.sh

* update dart-jaguar doc
This commit is contained in:
Jérémie Bresson
2019-03-29 10:53:54 +01:00
committed by William Cheng
parent e58d7d09d5
commit 09ba78b26a
11 changed files with 33 additions and 11 deletions

View File

@@ -80,7 +80,7 @@ class FormatTest implements ModelInterface, ArrayAccess
* @var string[]
*/
protected static $openAPIFormats = [
'integer' => 'int32',
'integer' => null,
'int32' => 'int32',
'int64' => 'int64',
'number' => null,

View File

@@ -79,7 +79,7 @@ class InlineObject3 implements ModelInterface, ArrayAccess
* @var string[]
*/
protected static $openAPIFormats = [
'integer' => 'int32',
'integer' => null,
'int32' => 'int32',
'int64' => 'int64',
'number' => null,

View File

@@ -73,7 +73,7 @@ class Name implements ModelInterface, ArrayAccess
'name' => 'int32',
'snake_case' => 'int32',
'property' => null,
'_123_number' => 'int32'
'_123_number' => null
];
/**

View File

@@ -77,7 +77,7 @@ class NullableClass implements ModelInterface, ArrayAccess
* @var string[]
*/
protected static $openAPIFormats = [
'integer_prop' => 'int32',
'integer_prop' => null,
'number_prop' => null,
'boolean_prop' => null,
'string_prop' => null,