From 18e56afc5188aeb81bddcecae6d24bcfc54f9f6b Mon Sep 17 00:00:00 2001 From: ismaelrumzan Date: Thu, 21 Aug 2025 15:23:55 -0600 Subject: [PATCH] remove exclusiveMinimum and exclusiveMaximum --- overlay.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/overlay.yaml b/overlay.yaml index 71a8703bb..3cc53f3ed 100644 --- a/overlay.yaml +++ b/overlay.yaml @@ -1600,4 +1600,10 @@ actions: - delete required: - operation - - key \ No newline at end of file + - key + # Reference: CI failure context for OpenAPI linting + # https://github.com/vercel/sdk/actions/runs/17084773667/job/48446595024#step:5:2313 + - target: $.paths..requestBody..["application/json"]..exclusiveMinimum + remove: true + - target: $.paths..requestBody..["application/json"]..exclusiveMaximum + remove: true \ No newline at end of file