We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfe55b commit 90f052aCopy full SHA for 90f052a
versions/3.0.4.md
@@ -189,8 +189,8 @@ The formats defined by the OAS are:
189
190
| [`type`](#data-types) | [`format`](#data-type-format) | Comments |
191
| -------------------- | --------------------------- | ----------------------------------------------------------------------------------------- |
192
-| `integer` | `int32` | signed 32 bits |
193
-| `integer` | `int64` | signed 64 bits (a.k.a long) |
+| `number ` | `int32` | signed 32 bits |
+| `number` | `int64` | signed 64 bits (a.k.a long) |
194
| `number` | `float` | |
195
| `number` | `double` | |
196
| `string` | `byte` | base64 encoded characters - [RFC4648](https://www.rfc-editor.org/rfc/rfc4648#section-4) |
0 commit comments