From a5e1c60352ea69a6dc63be25bd077cb6b4f026e7 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Sat, 1 Aug 2026 13:58:21 -0700 Subject: [PATCH] fix whitespace (mistakenly added in #5422) --- src/oas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oas.md b/src/oas.md index 068859e150..a2cbf17ff9 100644 --- a/src/oas.md +++ b/src/oas.md @@ -1944,7 +1944,7 @@ requestBody: type: [ string, array ] pattern: '^[A-Z][a-z]*$' items: - pattern: '^[A-Z][a-z]*$' + pattern: '^[A-Z][a-z]*$' # Encoding Object overrides the default `application/json` content type # for each item in the array with `application/xml; charset=utf-8`