From 60008be792ebca8126716b4a7b8054247dd246d8 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 1 Apr 2026 12:27:45 -0400 Subject: [PATCH] feat: updates openapi overlay schemas to their latest versions (#5518) --- src/schemas/json/openapi-overlay-1.X.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schemas/json/openapi-overlay-1.X.json b/src/schemas/json/openapi-overlay-1.X.json index e5a828802a4..e57ee815a36 100644 --- a/src/schemas/json/openapi-overlay-1.X.json +++ b/src/schemas/json/openapi-overlay-1.X.json @@ -21,7 +21,7 @@ } }, "then": { - "$ref": "https://spec.openapis.org/overlay/1.0/schema/2024-10-22" + "$ref": "https://spec.openapis.org/overlay/1.0/schema/2026-04-01" } }, { @@ -34,7 +34,7 @@ } }, "then": { - "$ref": "https://spec.openapis.org/overlay/1.1/schema/2026-01-14" + "$ref": "https://spec.openapis.org/overlay/1.1/schema/2026-04-01" } } ]