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: src/oas.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3539,7 +3539,7 @@ Two examples of this:
3539
3539
3540
3540
## Modeling Data
3541
3541
3542
-
This section collects guidance on various data modeling and encoding scenarios that are either very genearl, or are more complex than those needed to illustrate basic Object usage.
3542
+
This section collects guidance on various data modeling and encoding scenarios that are either very general, or are more complex than those needed to illustrate basic Object usage.
3543
3543
3544
3544
### Data Types
3545
3545
@@ -3570,7 +3570,7 @@ The formats defined by the OAS are:
3570
3570
| `double` | number | |
3571
3571
| `password` | string | A hint to obscure the value. |
3572
3572
3573
-
As noted under [Data Type](#data-types), both `type: number` and `type: integer` are considered to be numbers in the data model.
3573
+
As noted under [Data Types](#data-types), both `type: number` and `type: integer` are considered to be numbers in the data model.
0 commit comments