Skip to content

Commit 05de2c4

Browse files
Added link to JSON Schema Validation docs explain which formats are included in JSON Schema (#2394)
* Added link to JSON Schema Validation docs explain which formats are included in JSON Schema * Update verbiage to be more accurate Co-authored-by: Mike Ralphson <mike.ralphson@gmail.com> Co-authored-by: Mike Ralphson <mike.ralphson@gmail.com>
1 parent 14121a1 commit 05de2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.1.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Data types in the OAS are based on the types supported by the [JSON Schema Speci
143143
Note that `integer` as a type is also supported and is defined as a JSON number without a fraction or exponent part.
144144
Models are defined using the [Schema Object](#schemaObject), which is a superset of JSON Schema Specification Draft 2019-09.
145145

146-
<a name="dataTypeFormat"></a>As defined by JSON Schema, data types can have an optional modifier property: `format`.
146+
<a name="dataTypeFormat"></a>As defined by the [JSON Schema Validation vocabulary](https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.7.3), data types can have an optional modifier property: `format`.
147147
OAS defines additional formats to provide fine detail for primitive data types.
148148

149149
The formats defined by the OAS are:

0 commit comments

Comments
 (0)