Skip to content

Commit 311ff04

Browse files
committed
Fix Data Type(s) link name
1 parent 7e6a830 commit 311ff04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3574,7 +3574,7 @@ The formats defined by the OAS are:
35743574
| `double` | number | |
35753575
| `password` | string | A hint to obscure the value. |
35763576

3577-
As noted under [Data Type](#data-types), both `type: number` and `type: integer` are considered to be numbers in the data model.
3577+
As noted under [Data Types](#data-types), both `type: number` and `type: integer` are considered to be numbers in the data model.
35783578

35793579
See [Working with Binary Data](#working-with-binary-data) for guidance on modeling binary data in different places and scenarios.
35803580
Note that binary data modeling changed between OAS 3.0 and 3.1.

0 commit comments

Comments
 (0)