Skip to content

Commit 2a3605d

Browse files
committed
Revert integer change
1 parent 90f052a commit 2a3605d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ The formats defined by the OAS are:
189189

190190
| [`type`](#data-types) | [`format`](#data-type-format) | Comments |
191191
| -------------------- | --------------------------- | ----------------------------------------------------------------------------------------- |
192-
| `number ` | `int32` | signed 32 bits |
193-
| `number` | `int64` | signed 64 bits (a.k.a long) |
192+
| `integer ` | `int32` | signed 32 bits |
193+
| `integer` | `int64` | signed 64 bits (a.k.a long) |
194194
| `number` | `float` | |
195195
| `number` | `double` | |
196196
| `string` | `byte` | base64 encoded characters - [RFC4648](https://www.rfc-editor.org/rfc/rfc4648#section-4) |

0 commit comments

Comments
 (0)