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