Skip to content

Commit d28d9f3

Browse files
authored
Merge pull request #5283 from karenetheridge/ether/v3.3-contentType-format
v3.3: fix schema error in contentType
2 parents c1665cb + 6009479 commit d28d9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/validation/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,8 @@ $defs:
608608
type: object
609609
properties:
610610
contentType:
611+
$comment: one or more comma-separated media-ranges
611612
type: string
612-
format: media-range
613613
headers:
614614
type: object
615615
propertyNames:

0 commit comments

Comments
 (0)