ui-priority updated

pull/17/head
Alexandre Dulaunoy 2017-07-03 16:32:11 +02:00
parent e9859c4746
commit 6626ae8360
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
"misp-attribute": { "misp-attribute": {
"type": "string" "type": "string"
}, },
"misp-usage-frequency": { "ui-priority": {
"type": "number" "type": "number"
}, },
"categories": { "categories": {
@ -49,7 +49,7 @@
}, },
"required": [ "required": [
"misp-attribute", "misp-attribute",
"misp-usage-frequency" "ui-priority"
] ]
} }
}, },