Skip to content

Commit 45b0faf

Browse files
authored
Merge pull request #4792 from handrews/missing-space
2 parents b19e612 + 5cfb332 commit 45b0faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Using a `contentEncoding` of `base64url` ensures that URL encoding (as required
309309

310310
The `contentMediaType` keyword is redundant if the media type is already set:
311311

312-
* as the key for a [MediaType Object](#media-type-object)
312+
* as the key for a [Media Type Object](#media-type-object)
313313
* in the `contentType` field of an [Encoding Object](#encoding-object)
314314

315315
If the [Schema Object](#schema-object) will be processed by a non-OAS-aware JSON Schema implementation, it may be useful to include `contentMediaType` even if it is redundant. However, if `contentMediaType` contradicts a relevant Media Type Object or Encoding Object, then `contentMediaType` SHALL be ignored.

0 commit comments

Comments
 (0)