diff --git a/ewn-schema.json b/ewn-schema.json index fdd33c8..0b0bfab 100644 --- a/ewn-schema.json +++ b/ewn-schema.json @@ -12,7 +12,7 @@ "type" : { "type": "string", "description": "The type this Error/Warning/Note is", - "enum": ["Error", "Warning", "Note"] + "enum": ["Error", "Warning", "Note", "Deprecated"] }, "desc": { "type": "string",