From 78827da22539f02f9f01d4579c64b2a919fd7a85 Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Sun, 16 Nov 2025 11:24:35 -0500 Subject: [PATCH] add comment Signed-off-by: aramissennyeydd --- packages/repo-tools/src/commands/repo/schema/openapi/lint.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/repo-tools/src/commands/repo/schema/openapi/lint.ts b/packages/repo-tools/src/commands/repo/schema/openapi/lint.ts index 8c610e44b1..34c8589d54 100644 --- a/packages/repo-tools/src/commands/repo/schema/openapi/lint.ts +++ b/packages/repo-tools/src/commands/repo/schema/openapi/lint.ts @@ -68,6 +68,7 @@ async function lint(directoryPath: string, config?: { strict: boolean }) { 'operation-tags': 'off', 'hosts-https-only-oas3': 'off', 'no-unknown-error-format': 'off', + // Disabled as it currently gives false positives when 'example' is used as a property name. 'oas3-valid-media-example': 'off', }, },