File tree Expand file tree Collapse file tree 2 files changed +36
-15
lines changed Expand file tree Collapse file tree 2 files changed +36
-15
lines changed Original file line number Diff line number Diff line change 440
440
"default" : false ,
441
441
"type" : " boolean"
442
442
},
443
- "allowEmptyValue" : {
444
- "default" : false ,
445
- "type" : " boolean"
446
- },
447
443
"schema" : {
448
444
"$dynamicRef" : " #meta"
449
445
},
469
465
]
470
466
}
471
467
],
468
+ "if" : {
469
+ "properties" : {
470
+ "in" : {
471
+ "const" : " query"
472
+ }
473
+ },
474
+ "required" : [
475
+ " in"
476
+ ]
477
+ },
478
+ "then" : {
479
+ "properties" : {
480
+ "allowEmptyValue" : {
481
+ "default" : false ,
482
+ "type" : " boolean"
483
+ }
484
+ }
485
+ },
472
486
"dependentSchemas" : {
473
487
"schema" : {
474
488
"properties" : {
477
491
},
478
492
"explode" : {
479
493
"type" : " boolean"
480
- },
481
- "allowReserved" : {
482
- "default" : false ,
483
- "type" : " boolean"
484
494
}
485
495
},
486
496
"allOf" : [
578
588
" pipeDelimited" ,
579
589
" deepObject"
580
590
]
591
+ },
592
+ "allowReserved" : {
593
+ "default" : false ,
594
+ "type" : " boolean"
581
595
}
582
596
}
583
597
}
Original file line number Diff line number Diff line change @@ -311,9 +311,6 @@ $defs:
311
311
deprecated :
312
312
default : false
313
313
type : boolean
314
- allowEmptyValue :
315
- default : false
316
- type : boolean
317
314
schema :
318
315
$dynamicRef : ' #meta'
319
316
content :
@@ -328,16 +325,24 @@ $defs:
328
325
- schema
329
326
- required :
330
327
- content
328
+ if :
329
+ properties :
330
+ in :
331
+ const : query
332
+ required :
333
+ - in
334
+ then :
335
+ properties :
336
+ allowEmptyValue :
337
+ default : false
338
+ type : boolean
331
339
dependentSchemas :
332
340
schema :
333
341
properties :
334
342
style :
335
343
type : string
336
344
explode :
337
345
type : boolean
338
- allowReserved :
339
- default : false
340
- type : boolean
341
346
allOf :
342
347
- $ref : ' #/$defs/examples'
343
348
- $ref : ' #/$defs/parameter/dependentSchemas/schema/$defs/styles-for-path'
@@ -398,7 +403,9 @@ $defs:
398
403
- spaceDelimited
399
404
- pipeDelimited
400
405
- deepObject
401
-
406
+ allowReserved :
407
+ default : false
408
+ type : boolean
402
409
styles-for-cookie :
403
410
if :
404
411
properties :
You can’t perform that action at this time.
0 commit comments