Skip to content

Commit a16e092

Browse files
committed
Add password format
Fixes #231
1 parent 852673a commit a16e092

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

versions/2.0.md

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ byte | `string` | `byte` |
9292
boolean | `boolean` | |
9393
date | `string` | `date` | As defined by `full-date` - [RFC3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
9494
dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
95+
password | `string` | `password` | Used to hint UIs the input needs to be obscured.
9596

9697
### Schema
9798

0 commit comments

Comments
 (0)