@@ -193,7 +193,7 @@ $defs:
193
193
additionalProperties :
194
194
$ref : ' #/$defs/path-item'
195
195
patternProperties :
196
- ' ^(schemas|responses|parameters|examples|requestBodies|headers|securitySchemes|links|callbacks|pathItems)$ ' :
196
+ ' ^(?: schemas|responses|parameters|examples|requestBodies|headers|securitySchemes|links|callbacks|pathItems)$ ' :
197
197
$comment : Enumerating all of the property names in the regex above is necessary for unevaluatedProperties to work as expected
198
198
propertyNames :
199
199
pattern : ' ^[a-zA-Z0-9._-]+$'
@@ -341,8 +341,6 @@ $defs:
341
341
properties :
342
342
in :
343
343
const : query
344
- required :
345
- - in
346
344
then :
347
345
properties :
348
346
allowEmptyValue :
@@ -369,8 +367,6 @@ $defs:
369
367
properties :
370
368
in :
371
369
const : path
372
- required :
373
- - in
374
370
then :
375
371
properties :
376
372
style :
@@ -389,8 +385,6 @@ $defs:
389
385
properties :
390
386
in :
391
387
const : header
392
- required :
393
- - in
394
388
then :
395
389
properties :
396
390
style :
@@ -402,8 +396,6 @@ $defs:
402
396
properties :
403
397
in :
404
398
const : query
405
- required :
406
- - in
407
399
then :
408
400
properties :
409
401
style :
@@ -422,8 +414,6 @@ $defs:
422
414
properties :
423
415
in :
424
416
const : cookie
425
- required :
426
- - in
427
417
then :
428
418
properties :
429
419
style :
@@ -504,7 +494,6 @@ $defs:
504
494
additionalProperties :
505
495
$ref : ' #/$defs/header-or-reference'
506
496
style :
507
- default : form
508
497
enum :
509
498
- form
510
499
- spaceDelimited
@@ -513,8 +502,22 @@ $defs:
513
502
explode :
514
503
type : boolean
515
504
allowReserved :
516
- default : false
517
505
type : boolean
506
+ dependentSchemas :
507
+ style :
508
+ properties :
509
+ allowReserved :
510
+ default : false
511
+ explode :
512
+ properties :
513
+ style :
514
+ default : form
515
+ allowReserved :
516
+ default : false
517
+ allowReserved :
518
+ properties :
519
+ style :
520
+ default : form
518
521
allOf :
519
522
- $ref : ' #/$defs/specification-extensions'
520
523
- $ref : ' #/$defs/styles-for-form'
@@ -760,8 +763,6 @@ $defs:
760
763
properties :
761
764
type :
762
765
const : apiKey
763
- required :
764
- - type
765
766
then :
766
767
properties :
767
768
name :
@@ -780,8 +781,6 @@ $defs:
780
781
properties :
781
782
type :
782
783
const : http
783
- required :
784
- - type
785
784
then :
786
785
properties :
787
786
scheme :
@@ -810,8 +809,6 @@ $defs:
810
809
properties :
811
810
type :
812
811
const : oauth2
813
- required :
814
- - type
815
812
then :
816
813
properties :
817
814
flows :
@@ -824,8 +821,6 @@ $defs:
824
821
properties :
825
822
type :
826
823
const : openIdConnect
827
- required :
828
- - type
829
824
then :
830
825
properties :
831
826
openIdConnectUrl :
0 commit comments