Skip to content

Commit 71ea449

Browse files
fix schema error in contentType
a contentType may be a comma-separated list of media-ranges, not just a single media-range
1 parent a7e7358 commit 71ea449

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
@@ -618,8 +618,8 @@ $defs:
618618
type: object
619619
properties:
620620
contentType:
621+
$comment: one or more comma-separated media-ranges
621622
type: string
622-
format: media-range
623623
headers:
624624
type: object
625625
propertyNames:

0 commit comments

Comments
 (0)