Skip to content

Commit 57c3ed1

Browse files
committed
Update priority, so reccomended becomes essential
1 parent 454d2c2 commit 57c3ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"type": "object",
1818
"properties": {
1919
"point": { "type": "string" },
20-
"priority": { "type": "string", "enum": ["recommended", "optional", "advanced"] },
20+
"priority": { "type": "string", "enum": ["essential", "optional", "advanced"] },
2121
"details": { "type": "string" }
2222
},
2323
"required": ["point", "priority", "details"]

0 commit comments

Comments
 (0)