Skip to content

Commit

Permalink
Merge pull request OAI#3413 from mgrafl/patch-1
Browse files Browse the repository at this point in the history
Generalize description of password data type
  • Loading branch information
earth2marsh authored Feb 21, 2024
2 parents 03b43e1 + 3675b04 commit 7fa51a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/3.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ The formats defined by the OAS are:
`integer` | `int64` | signed 64 bits (a.k.a long)
`number` | `float` | |
`number` | `double` | |
`string` | `password` | A hint to UIs to obscure input.
`string` | `password` | A hint to obscure the value.

### <a name="richText"></a>Rich Text Formatting
Throughout the specification `description` fields are noted as supporting CommonMark markdown formatting.
Expand Down

0 comments on commit 7fa51a4

Please sign in to comment.