@@ -77,7 +77,7 @@ definitions:
77
77
format : email
78
78
patternProperties :
79
79
' ^x- ' : {}
80
- additionalProperties : false
80
+ additionalProperties : false
81
81
82
82
License :
83
83
type : object
@@ -327,8 +327,8 @@ definitions:
327
327
$ref : ' #/definitions/XML'
328
328
patternProperties :
329
329
' ^x- ' : {}
330
- additionalProperties : false
331
-
330
+ additionalProperties : false
331
+
332
332
Discriminator :
333
333
type : object
334
334
required :
@@ -407,7 +407,7 @@ definitions:
407
407
$ref : ' #/definitions/Encoding'
408
408
patternProperties :
409
409
' ^x- ' : {}
410
- additionalProperties : false
410
+ additionalProperties : false
411
411
412
412
MediaTypeWithExamples :
413
413
type : object
@@ -430,7 +430,7 @@ definitions:
430
430
$ref : ' #/definitions/Encoding'
431
431
patternProperties :
432
432
' ^x- ' : {}
433
- additionalProperties : false
433
+ additionalProperties : false
434
434
435
435
Example :
436
436
type : object
@@ -490,7 +490,7 @@ definitions:
490
490
example : {}
491
491
patternProperties :
492
492
' ^x- ' : {}
493
- additionalProperties : false
493
+ additionalProperties : false
494
494
495
495
HeaderWithSchemaWithExamples :
496
496
type : object
@@ -562,7 +562,7 @@ definitions:
562
562
Paths :
563
563
type : object
564
564
patternProperties :
565
- ' ^\/ ' :
565
+ ' ^\/ ' :
566
566
$ref : ' #/definitions/PathItem'
567
567
' ^x- ' : {}
568
568
additionalProperties : false
@@ -673,7 +673,7 @@ definitions:
673
673
' ^x- ' : {}
674
674
minProperties : 1
675
675
additionalProperties : false
676
-
676
+
677
677
678
678
SecurityRequirement :
679
679
type : object
@@ -715,7 +715,7 @@ definitions:
715
715
oneOf :
716
716
- $ref : ' #/definitions/ParameterWithSchema'
717
717
- $ref : ' #/definitions/ParameterWithContent'
718
-
718
+
719
719
ParameterWithSchema :
720
720
oneOf :
721
721
- $ref : ' #/definitions/ParameterWithSchemaWithExample'
@@ -819,7 +819,7 @@ definitions:
819
819
example : {}
820
820
patternProperties :
821
821
' ^x- ' : {}
822
- additionalProperties : false
822
+ additionalProperties : false
823
823
824
824
ParameterWithSchemaWithExampleInHeader :
825
825
type : object
@@ -862,7 +862,7 @@ definitions:
862
862
example : {}
863
863
patternProperties :
864
864
' ^x- ' : {}
865
- additionalProperties : false
865
+ additionalProperties : false
866
866
867
867
ParameterWithSchemaWithExampleInCookie :
868
868
type : object
@@ -905,7 +905,7 @@ definitions:
905
905
example : {}
906
906
patternProperties :
907
907
' ^x- ' : {}
908
- additionalProperties : false
908
+ additionalProperties : false
909
909
910
910
ParameterWithSchemaWithExamples :
911
911
oneOf :
@@ -1017,7 +1017,7 @@ definitions:
1017
1017
- $ref : ' #/definitions/Reference'
1018
1018
patternProperties :
1019
1019
' ^x- ' : {}
1020
- additionalProperties : false
1020
+ additionalProperties : false
1021
1021
1022
1022
ParameterWithSchemaWithExamplesInHeader :
1023
1023
type : object
@@ -1066,7 +1066,7 @@ definitions:
1066
1066
- $ref : ' #/definitions/Reference'
1067
1067
patternProperties :
1068
1068
' ^x- ' : {}
1069
- additionalProperties : false
1069
+ additionalProperties : false
1070
1070
1071
1071
ParameterWithSchemaWithExamplesInCookie :
1072
1072
type : object
@@ -1217,7 +1217,7 @@ definitions:
1217
1217
- $ref : ' #/definitions/HTTPSecurityScheme'
1218
1218
- $ref : ' #/definitions/OAuth2SecurityScheme'
1219
1219
- $ref : ' #/definitions/OpenIdConnectSecurityScheme'
1220
-
1220
+
1221
1221
APIKeySecurityScheme :
1222
1222
type : object
1223
1223
required :
@@ -1228,7 +1228,7 @@ definitions:
1228
1228
type :
1229
1229
type : string
1230
1230
enum :
1231
- - apiKey
1231
+ - apiKey
1232
1232
name :
1233
1233
type : string
1234
1234
in :
@@ -1242,7 +1242,7 @@ definitions:
1242
1242
patternProperties :
1243
1243
' ^x- ' : {}
1244
1244
additionalProperties : false
1245
-
1245
+
1246
1246
HTTPSecurityScheme :
1247
1247
oneOf :
1248
1248
- $ref : ' #/definitions/NonBearerHTTPSecurityScheme'
@@ -1318,7 +1318,7 @@ definitions:
1318
1318
type :
1319
1319
type : string
1320
1320
enum :
1321
- - openIdConnect
1321
+ - openIdConnect
1322
1322
openIdConnectUrl :
1323
1323
type : string
1324
1324
format : uri-reference
0 commit comments