mirror of https://github.com/MISP/misp-objects
ui-priority updated
parent
e9859c4746
commit
6626ae8360
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue