From 71a1f70eafdd17b926f785fa66693119b18195f4 Mon Sep 17 00:00:00 2001 From: Lorna Jane Mitchell Date: Sun, 7 Apr 2024 14:53:49 +0100 Subject: [PATCH] Improve password field data description (original PR 3413) --- versions/3.0.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/3.0.4.md b/versions/3.0.4.md index 1c40bbb750..80421fd248 100644 --- a/versions/3.0.4.md +++ b/versions/3.0.4.md @@ -162,7 +162,7 @@ The formats defined by the OAS are: `string` | `binary` | any sequence of octets `string` | `date` | As defined by `full-date` - [RFC3339](https://www.rfc-editor.org/rfc/rfc3339#section-5.6) `string` | `date-time` | As defined by `date-time` - [RFC3339](https://www.rfc-editor.org/rfc/rfc3339#section-5.6) -`string` | `password` | A hint to UIs to obscure input. +`string` | `password` | A hint to obscure the value. #### Working With Binary Data