mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced 2024-10-01 01:35:37 -04:00
Update priority, so reccomended becomes essential
This commit is contained in:
parent
454d2c27bf
commit
57c3ed120b
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user