File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -784,7 +784,7 @@ definitions:
784
784
additionalProperties :
785
785
$ref : ' #/definitions/MediaType'
786
786
patternProperties :
787
- ' ^application/x-www-form-urlencoded$|^multipart\/.+$ ' :
787
+ ' \*\/\*| ^application/x-www-form-urlencoded$|^multipart\/.+$' :
788
788
$ref : ' #/definitions/MediaTypeWithEncoding'
789
789
required :
790
790
type : boolean
Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ $defs:
475
475
additionalProperties :
476
476
$ref : ' #/$defs/media-type'
477
477
patternProperties :
478
- ' ^application/x-www-form-urlencoded$|^multipart\/.+$ ' :
478
+ ' \*\/\*| ^application/x-www-form-urlencoded$|^multipart\/.+$' :
479
479
$ref : ' #/$defs/media-type-with-encoding'
480
480
propertyNames :
481
481
format : media-range
You can’t perform that action at this time.
0 commit comments