mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
update swagger core, jackson to newer version (#11545)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
openapi: 3.0.1
|
||||
info:
|
||||
description: 'This spec is mainly for testing Petstore server and contains fake
|
||||
endpoints, models. Please do not use this for any other purpose. Special characters:
|
||||
" \'
|
||||
description: "This spec is mainly for testing Petstore server and contains fake\
|
||||
\ endpoints, models. Please do not use this for any other purpose. Special characters:\
|
||||
\ \" \\"
|
||||
license:
|
||||
name: Apache-2.0
|
||||
url: https://www.apache.org/licenses/LICENSE-2.0.html
|
||||
@@ -131,8 +131,8 @@ paths:
|
||||
/pet/findByTags:
|
||||
get:
|
||||
deprecated: true
|
||||
description: Multiple tags can be provided with comma separated strings. Use
|
||||
tag1, tag2, tag3 for testing.
|
||||
description: "Multiple tags can be provided with comma separated strings. Use\
|
||||
\ tag1, tag2, tag3 for testing."
|
||||
operationId: findPetsByTags
|
||||
parameters:
|
||||
- description: Tags to filter by
|
||||
@@ -862,11 +862,11 @@ paths:
|
||||
type: number
|
||||
string:
|
||||
description: None
|
||||
pattern: /[a-z]/i
|
||||
pattern: "/[a-z]/i"
|
||||
type: string
|
||||
pattern_without_delimiter:
|
||||
description: None
|
||||
pattern: ^[A-Z].*
|
||||
pattern: "^[A-Z].*"
|
||||
type: string
|
||||
byte:
|
||||
description: None
|
||||
@@ -1144,8 +1144,8 @@ paths:
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
description: For this test, the body for this request much reference a schema
|
||||
named `File`.
|
||||
description: "For this test, the body for this request much reference a schema\
|
||||
\ named `File`."
|
||||
operationId: testBodyWithFileSchema
|
||||
requestBody:
|
||||
content:
|
||||
@@ -1432,7 +1432,7 @@ components:
|
||||
type: integer
|
||||
type: object
|
||||
xml:
|
||||
name: $special[model.name]
|
||||
name: "$special[model.name]"
|
||||
Return:
|
||||
description: Model for testing reserved words
|
||||
properties:
|
||||
@@ -1510,13 +1510,13 @@ components:
|
||||
format_test:
|
||||
properties:
|
||||
integer:
|
||||
maximum: 1E+2
|
||||
minimum: 1E+1
|
||||
maximum: 100
|
||||
minimum: 10
|
||||
type: integer
|
||||
int32:
|
||||
format: int32
|
||||
maximum: 2E+2
|
||||
minimum: 2E+1
|
||||
maximum: 200
|
||||
minimum: 20
|
||||
type: integer
|
||||
int64:
|
||||
format: int64
|
||||
@@ -1536,11 +1536,11 @@ components:
|
||||
minimum: 67.8
|
||||
type: number
|
||||
string:
|
||||
pattern: /[a-z]/i
|
||||
pattern: "/[a-z]/i"
|
||||
type: string
|
||||
byte:
|
||||
format: byte
|
||||
pattern: ^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
|
||||
pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$"
|
||||
type: string
|
||||
binary:
|
||||
format: binary
|
||||
|
||||
Reference in New Issue
Block a user