From 530015ee8d8a97a604473e8e11a191353a6c435b Mon Sep 17 00:00:00 2001 From: mgrafl Date: Sat, 27 Jan 2024 18:30:41 +0100 Subject: [PATCH] Generalize description of password data type Addition to #3413 to fix #3404. --- registries/_format/password.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registries/_format/password.md b/registries/_format/password.md index 26216ca175..687500e0a7 100644 --- a/registries/_format/password.md +++ b/registries/_format/password.md @@ -1,7 +1,7 @@ --- owner: baywet issue: -description: a string that hints to UIs to obscure input. +description: a string that hints to obscure the value. base_type: string layout: default source: https://spec.openapis.org/oas/latest.html#data-types @@ -14,7 +14,7 @@ source_label: OAS Base type: `{{ page.base_type }}`. -The `{{page.slug}}` format is a string that hints to UIs to obscure input. +The `{{page.slug}}` format is a string that hints to obscure the value. {% if page.issue %} ### GitHub Issue @@ -26,4 +26,4 @@ The `{{page.slug}}` format is a string that hints to UIs to obscure input. ### Remarks {{ page.remarks }} -{% endif %} \ No newline at end of file +{% endif %}