File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -480,7 +480,7 @@ $defs:
480
480
propertyNames :
481
481
format : media-range
482
482
483
- media-type :
483
+ media-type-common :
484
484
$comment : https://spec.openapis.org/oas/v3.1.0#media-type-object
485
485
type : object
486
486
properties :
@@ -489,21 +489,19 @@ $defs:
489
489
allOf :
490
490
- $ref : ' #/$defs/specification-extensions'
491
491
- $ref : ' #/$defs/examples'
492
+
493
+ media-type :
494
+ $comment : https://spec.openapis.org/oas/v3.1.0#media-type-object
495
+ $ref : ' #/$defs/media-type-common'
492
496
unevaluatedProperties : false
493
497
494
498
media-type-with-encoding :
495
499
$comment : https://spec.openapis.org/oas/v3.1.0#media-type-object
500
+ $ref : ' #/$defs/media-type-common'
496
501
type : object
497
502
properties :
498
- schema :
499
- $dynamicRef : ' #meta'
500
503
encoding :
501
- type : object
502
- additionalProperties :
503
- $ref : ' #/$defs/encoding'
504
- allOf :
505
- - $ref : ' #/$defs/specification-extensions'
506
- - $ref : ' #/$defs/examples'
504
+ $ref : ' #/$defs/encoding'
507
505
unevaluatedProperties : false
508
506
509
507
encoding :
You can’t perform that action at this time.
0 commit comments