Skip to content

Commit d89bd58

Browse files
committed
Fix JSON Schema keyword name.
This should have been contentMediaType, not contentType
1 parent c6c4172 commit d89bd58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3043,7 +3043,7 @@ API data has several forms:
30433043

30443044
1. The serialized form, which is either a document of a particular media type, an HTTP header value, or part of a URI.
30453045
2. The data form, intended for use with a [Schema Object](#schema-object).
3046-
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).
3046+
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).
30473047

30483048
##### JSON Data
30493049

0 commit comments

Comments
 (0)