Skip to content

Commit 7fa51a4

Browse files
authored
Merge pull request #3413 from mgrafl/patch-1
Generalize description of password data type
2 parents 03b43e1 + 3675b04 commit 7fa51a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.1.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The formats defined by the OAS are:
157157
`integer` | `int64` | signed 64 bits (a.k.a long)
158158
`number` | `float` | |
159159
`number` | `double` | |
160-
`string` | `password` | A hint to UIs to obscure input.
160+
`string` | `password` | A hint to obscure the value.
161161

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

0 commit comments

Comments
 (0)