File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -369,8 +369,8 @@ $defs:
369
369
- schema
370
370
- required :
371
371
- content
372
+ $ref : ' #/$defs/specification-extensions'
372
373
allOf :
373
- - $ref : ' #/$defs/specification-extensions'
374
374
- if :
375
375
properties :
376
376
in :
@@ -539,14 +539,14 @@ $defs:
539
539
$ref : ' #/$defs/encoding'
540
540
itemEncoding :
541
541
$ref : ' #/$defs/encoding'
542
+ dependentSchemas :
543
+ encoding :
544
+ properties :
545
+ prefixEncoding : false
546
+ itemEncoding : false
542
547
allOf :
543
548
- $ref : ' #/$defs/examples'
544
549
- $ref : ' #/$defs/specification-extensions'
545
- - dependentSchemas :
546
- encoding :
547
- properties :
548
- prefixEncoding : false
549
- itemEncoding : false
550
550
unevaluatedProperties : false
551
551
552
552
media-type-or-reference :
@@ -592,14 +592,14 @@ $defs:
592
592
$ref : ' #/$defs/encoding'
593
593
itemEncoding :
594
594
$ref : ' #/$defs/encoding'
595
+ dependentSchemas :
596
+ encoding :
597
+ properties :
598
+ prefixEncoding : false
599
+ itemEncoding : false
595
600
allOf :
596
601
- $ref : ' #/$defs/specification-extensions'
597
602
- $ref : ' #/$defs/styles-for-form'
598
- - dependentSchemas :
599
- encoding :
600
- properties :
601
- prefixEncoding : false
602
- itemEncoding : false
603
603
unevaluatedProperties : false
604
604
605
605
responses :
@@ -784,8 +784,7 @@ $defs:
784
784
default : false
785
785
type : boolean
786
786
$ref : ' #/$defs/examples'
787
- allOf :
788
- - $ref : ' #/$defs/specification-extensions'
787
+ $ref : ' #/$defs/specification-extensions'
789
788
unevaluatedProperties : false
790
789
791
790
header-or-reference :
You can’t perform that action at this time.
0 commit comments