From 423cc48c03c7c56bb03806e05fdb65f9fe3a59ed Mon Sep 17 00:00:00 2001 From: rikard Date: Mon, 20 Apr 2026 10:56:57 +0200 Subject: [PATCH] fix: ETU-70915: Turn off rule "info-contact", so that missing info.contact in spec does not produce warning. --- .spectral.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.spectral.yml b/.spectral.yml index f58a7c8..b468571 100644 --- a/.spectral.yml +++ b/.spectral.yml @@ -42,6 +42,7 @@ rules: notMatch: "/\\bapi\\b/i" info-description: error + info-contact: off # HTTP Methods entur-operation-standard-methods: