From 57c3ed120b0e43c891f3be43da19f095b30ae11f Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 10 Mar 2024 23:03:58 +0000 Subject: [PATCH] Update priority, so reccomended becomes essential --- lib/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/schema.json b/lib/schema.json index 12da913..53fbde5 100644 --- a/lib/schema.json +++ b/lib/schema.json @@ -17,7 +17,7 @@ "type": "object", "properties": { "point": { "type": "string" }, - "priority": { "type": "string", "enum": ["recommended", "optional", "advanced"] }, + "priority": { "type": "string", "enum": ["essential", "optional", "advanced"] }, "details": { "type": "string" } }, "required": ["point", "priority", "details"]