forked from loafle/openapi-generator-original
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:
committed by
William Cheng
parent
e58d7d09d5
commit
09ba78b26a
@@ -80,7 +80,7 @@ class FormatTest implements ModelInterface, ArrayAccess
|
||||
* @var string[]
|
||||
*/
|
||||
protected static $openAPIFormats = [
|
||||
'integer' => 'int32',
|
||||
'integer' => null,
|
||||
'int32' => 'int32',
|
||||
'int64' => 'int64',
|
||||
'number' => null,
|
||||
|
||||
@@ -79,7 +79,7 @@ class InlineObject3 implements ModelInterface, ArrayAccess
|
||||
* @var string[]
|
||||
*/
|
||||
protected static $openAPIFormats = [
|
||||
'integer' => 'int32',
|
||||
'integer' => null,
|
||||
'int32' => 'int32',
|
||||
'int64' => 'int64',
|
||||
'number' => null,
|
||||
|
||||
@@ -73,7 +73,7 @@ class Name implements ModelInterface, ArrayAccess
|
||||
'name' => 'int32',
|
||||
'snake_case' => 'int32',
|
||||
'property' => null,
|
||||
'_123_number' => 'int32'
|
||||
'_123_number' => null
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user