Skip to content

Commit 8cd25d9

Browse files
committed
Back out part of the change
in favor of OAI#4045
1 parent db94bf1 commit 8cd25d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Note that no aspect of implicit connection resolution changes how [URLs are reso
173173
### Data Types
174174

175175
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.
177177
`null` is not supported as a type (see [`nullable`](#schema-nullable) for an alternative solution).
178178
Models are defined using the [Schema Object](#schema-object), which is an extended subset of JSON Schema Specification Wright Draft 00.
179179

0 commit comments

Comments
 (0)