From 8de94ce7d287160e0a813e3a0c35925577883bba Mon Sep 17 00:00:00 2001 From: ismaelrumzan Date: Wed, 19 Nov 2025 09:32:06 -0700 Subject: [PATCH] fix mintlify failing --- mintlify-overlay.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mintlify-overlay.yaml b/mintlify-overlay.yaml index daad590c4..4ba0af9b3 100644 --- a/mintlify-overlay.yaml +++ b/mintlify-overlay.yaml @@ -27,4 +27,7 @@ actions: type: "string" # Property describe is not valid in openapi spec and breaks mintlify generation - target: "$..schema.describe" + remove: true + # Property $id is not valid and breaks mintlify linting when it appears in response schemas + - target: '$.paths..responses..schema.properties..["$id"]' remove: true