From 363cb47951e107390b6200d0f2c03870e9a82b26 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 #5420) --- src/oas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oas.md b/src/oas.md index 75830c0d34..c02a84ed09 100644 --- a/src/oas.md +++ b/src/oas.md @@ -1940,7 +1940,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`