mirror of https://github.com/MISP/misp-objects
fix: Validation issue fixed
parent
e743d7d013
commit
e2f062e477
|
@ -1,11 +1,5 @@
|
||||||
{
|
{
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"nom-entreprise": {
|
|
||||||
"description": "Nom de l’entreprise notifiee",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 0
|
|
||||||
},
|
|
||||||
"actions-corrective": {
|
"actions-corrective": {
|
||||||
"description": "Actions correctives a long terme",
|
"description": "Actions correctives a long terme",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -105,6 +99,12 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"nom-entreprise": {
|
||||||
|
"description": "Nom de l’entreprise notifiee",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"remarques": {
|
"remarques": {
|
||||||
"description": "Remarque(s), notamment les experiences gagnees et les leçons tirees de l’incident",
|
"description": "Remarque(s), notamment les experiences gagnees et les leçons tirees de l’incident",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -136,4 +136,4 @@
|
||||||
"name": "ilr-notification-incident",
|
"name": "ilr-notification-incident",
|
||||||
"uuid": "b8ade604-39b2-11e9-b753-1fd28d3b612c",
|
"uuid": "b8ade604-39b2-11e9-b753-1fd28d3b612c",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
Loading…
Reference in New Issue