update swagger core, jackson to newer version (#11545)

This commit is contained in:
William Cheng
2022-02-08 13:31:20 +08:00
committed by GitHub
parent c9118d6982
commit b6c445cdc3
71 changed files with 985 additions and 984 deletions

View File

@@ -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
@@ -137,8 +137,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
@@ -910,11 +910,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
@@ -1212,8 +1212,8 @@ paths:
- tag: $another-fake?
/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:
@@ -1506,7 +1506,7 @@ components:
type: integer
type: object
xml:
name: $special[model.name]
name: "$special[model.name]"
Return:
description: Model for testing reserved words
properties:
@@ -1584,13 +1584,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
@@ -1610,11 +1610,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