From 320714434fc0156e3ea482c4abd9e254b3e1aa6c Mon Sep 17 00:00:00 2001 From: "Henry H. Andrews" Date: Thu, 5 Feb 2026 11:04:25 -0800 Subject: [PATCH] Fix JSON Schema keyword name. This should have been contentMediaType, not contentType --- src/oas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oas.md b/src/oas.md index 2b839b4554..eea68fde24 100644 --- a/src/oas.md +++ b/src/oas.md @@ -3040,7 +3040,7 @@ API data has several forms: 1. The serialized form, which is either a document of a particular media type, an HTTP header value, or part of a URI. 2. The data form, intended for use with a [Schema Object](#schema-object). -3. The application form, which incorporates any additional information conveyed by JSON Schema keywords such as `format` and `contentType`, and possibly additional information such as class hierarchies that are beyond the scope of this specification, although they MAY be based on specification elements such as the [Discriminator Object](#discriminator-object) or guidance regarding [Data Modeling Techniques](#data-modeling-techniques). +3. The application form, which incorporates any additional information conveyed by JSON Schema keywords such as `format` and `contentMediaType`, and possibly additional information such as class hierarchies that are beyond the scope of this specification, although they MAY be based on specification elements such as the [Discriminator Object](#discriminator-object) or guidance regarding [Data Modeling Techniques](#data-modeling-techniques). ##### JSON Data