From 505bdbef723141469f5c61a787940f4e04272246 Mon Sep 17 00:00:00 2001 From: SanteriLoitomaa Date: Wed, 24 Jun 2026 13:32:53 +0300 Subject: [PATCH] Update ewn-schema.json --- ewn-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",