Skip to content

Commit 1c07626

Browse files
authored
Merge pull request #5197 from handrews/cmt32
v3.2: Fix JSON Schema keyword name. (port of 5195)
2 parents cf11fd2 + 3207144 commit 1c07626

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
@@ -3040,7 +3040,7 @@ API data has several forms:
30403040

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

30453045
##### JSON Data
30463046

0 commit comments

Comments
 (0)