From 720c3b0c3b5c2d2aafc7a55c2a9ebb55b9ab067b Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 6 Mar 2026 12:31:20 -0500 Subject: [PATCH] fix: updates version range for overlay schema (#5449) Signed-off-by: Vincent Biret --- src/schemas/json/openapi-overlay-1.X.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/json/openapi-overlay-1.X.json b/src/schemas/json/openapi-overlay-1.X.json index 7329c2f0802..e5a828802a4 100644 --- a/src/schemas/json/openapi-overlay-1.X.json +++ b/src/schemas/json/openapi-overlay-1.X.json @@ -6,7 +6,7 @@ "required": ["overlay"], "properties": { "overlay": { - "pattern": "^1\\.0\\.", + "pattern": "^1\\.(0|1)\\.", "type": "string" } },