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
Copy file name to clipboardExpand all lines: versions/3.0.4.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ Note that no aspect of implicit connection resolution changes how [URLs are reso
173
173
### Data Types
174
174
175
175
Data types in the OAS are based on the types supported by the [JSON Schema Specification Wright Draft 00](https://tools.ietf.org/html/draft-wright-json-schema-00#section-4.2).
176
-
Note that `integer` as a type is also supported and is defined as a JSON number that is a multiple of 1.
176
+
Note that `integer` as a type is also supported and is defined as a JSON number without a fraction or exponent part.
177
177
`null` is not supported as a type (see [`nullable`](#schema-nullable) for an alternative solution).
178
178
Models are defined using the [Schema Object](#schema-object), which is an extended subset of JSON Schema Specification Wright Draft 00.
0 commit comments