Update priority, so reccomended becomes essential

This commit is contained in:
Alicia Sykes 2024-03-10 23:03:58 +00:00
parent 454d2c27bf
commit 57c3ed120b
1 changed files with 1 additions and 1 deletions

View File

@ -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"]