From 6eaef41e5154b57586236f0fdcc3c5709efff9ea Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Tue, 13 Feb 2024 18:44:01 -0500 Subject: [PATCH] Remove the ignore severity from json schema --- resources/schemas/drc.v1.json | 3 +-- resources/schemas/erc.v1.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/resources/schemas/drc.v1.json b/resources/schemas/drc.v1.json index 4eeea9322c..6cbe82f4c4 100644 --- a/resources/schemas/drc.v1.json +++ b/resources/schemas/drc.v1.json @@ -122,8 +122,7 @@ "description": "Severity of the violation", "enum": [ "error", - "warning", - "ignore" + "warning" ] }, "Coordinate": { diff --git a/resources/schemas/erc.v1.json b/resources/schemas/erc.v1.json index ad91973438..ecfc6f7e5b 100644 --- a/resources/schemas/erc.v1.json +++ b/resources/schemas/erc.v1.json @@ -136,8 +136,7 @@ "description": "Severity of the violation", "enum": [ "error", - "warning", - "ignore" + "warning" ] }, "Coordinate": {