You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Co-authored-by: Mike Ralphson <[email protected]>
Copy file name to clipboardExpand all lines: versions/3.1.0.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ Data types in the OAS are based on the types supported by the [JSON Schema Speci
143
143
Note that `integer` as a type is also supported and is defined as a JSON number without a fraction or exponent part.
144
144
Models are defined using the [Schema Object](#schemaObject), which is a superset of JSON Schema Specification Draft 2019-09.
145
145
146
-
<aname="dataTypeFormat"></a>As defined by JSON Schema, data types can have an optional modifier property: `format`.
146
+
<aname="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`.
147
147
OAS defines additional formats to provide fine detail for primitive data types.
0 commit comments