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": {