Skip to content

Commit 88dd430

Browse files
committed
Pre-format schema to improve changes relevancy
1 parent f39cbf0 commit 88dd430

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

schemas/v3.0/schema.yaml

+18-18
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ definitions:
7777
format: email
7878
patternProperties:
7979
'^x-': {}
80-
additionalProperties: false
80+
additionalProperties: false
8181

8282
License:
8383
type: object
@@ -327,8 +327,8 @@ definitions:
327327
$ref: '#/definitions/XML'
328328
patternProperties:
329329
'^x-': {}
330-
additionalProperties: false
331-
330+
additionalProperties: false
331+
332332
Discriminator:
333333
type: object
334334
required:
@@ -407,7 +407,7 @@ definitions:
407407
$ref: '#/definitions/Encoding'
408408
patternProperties:
409409
'^x-': {}
410-
additionalProperties: false
410+
additionalProperties: false
411411

412412
MediaTypeWithExamples:
413413
type: object
@@ -430,7 +430,7 @@ definitions:
430430
$ref: '#/definitions/Encoding'
431431
patternProperties:
432432
'^x-': {}
433-
additionalProperties: false
433+
additionalProperties: false
434434

435435
Example:
436436
type: object
@@ -490,7 +490,7 @@ definitions:
490490
example: {}
491491
patternProperties:
492492
'^x-': {}
493-
additionalProperties: false
493+
additionalProperties: false
494494

495495
HeaderWithSchemaWithExamples:
496496
type: object
@@ -562,7 +562,7 @@ definitions:
562562
Paths:
563563
type: object
564564
patternProperties:
565-
'^\/':
565+
'^\/':
566566
$ref: '#/definitions/PathItem'
567567
'^x-': {}
568568
additionalProperties: false
@@ -673,7 +673,7 @@ definitions:
673673
'^x-': {}
674674
minProperties: 1
675675
additionalProperties: false
676-
676+
677677

678678
SecurityRequirement:
679679
type: object
@@ -715,7 +715,7 @@ definitions:
715715
oneOf:
716716
- $ref: '#/definitions/ParameterWithSchema'
717717
- $ref: '#/definitions/ParameterWithContent'
718-
718+
719719
ParameterWithSchema:
720720
oneOf:
721721
- $ref: '#/definitions/ParameterWithSchemaWithExample'
@@ -819,7 +819,7 @@ definitions:
819819
example: {}
820820
patternProperties:
821821
'^x-': {}
822-
additionalProperties: false
822+
additionalProperties: false
823823

824824
ParameterWithSchemaWithExampleInHeader:
825825
type: object
@@ -862,7 +862,7 @@ definitions:
862862
example: {}
863863
patternProperties:
864864
'^x-': {}
865-
additionalProperties: false
865+
additionalProperties: false
866866

867867
ParameterWithSchemaWithExampleInCookie:
868868
type: object
@@ -905,7 +905,7 @@ definitions:
905905
example: {}
906906
patternProperties:
907907
'^x-': {}
908-
additionalProperties: false
908+
additionalProperties: false
909909

910910
ParameterWithSchemaWithExamples:
911911
oneOf:
@@ -1017,7 +1017,7 @@ definitions:
10171017
- $ref: '#/definitions/Reference'
10181018
patternProperties:
10191019
'^x-': {}
1020-
additionalProperties: false
1020+
additionalProperties: false
10211021

10221022
ParameterWithSchemaWithExamplesInHeader:
10231023
type: object
@@ -1066,7 +1066,7 @@ definitions:
10661066
- $ref: '#/definitions/Reference'
10671067
patternProperties:
10681068
'^x-': {}
1069-
additionalProperties: false
1069+
additionalProperties: false
10701070

10711071
ParameterWithSchemaWithExamplesInCookie:
10721072
type: object
@@ -1217,7 +1217,7 @@ definitions:
12171217
- $ref: '#/definitions/HTTPSecurityScheme'
12181218
- $ref: '#/definitions/OAuth2SecurityScheme'
12191219
- $ref: '#/definitions/OpenIdConnectSecurityScheme'
1220-
1220+
12211221
APIKeySecurityScheme:
12221222
type: object
12231223
required:
@@ -1228,7 +1228,7 @@ definitions:
12281228
type:
12291229
type: string
12301230
enum:
1231-
- apiKey
1231+
- apiKey
12321232
name:
12331233
type: string
12341234
in:
@@ -1242,7 +1242,7 @@ definitions:
12421242
patternProperties:
12431243
'^x-': {}
12441244
additionalProperties: false
1245-
1245+
12461246
HTTPSecurityScheme:
12471247
oneOf:
12481248
- $ref: '#/definitions/NonBearerHTTPSecurityScheme'
@@ -1318,7 +1318,7 @@ definitions:
13181318
type:
13191319
type: string
13201320
enum:
1321-
- openIdConnect
1321+
- openIdConnect
13221322
openIdConnectUrl:
13231323
type: string
13241324
format: uri-reference

0 commit comments

Comments
 (0)