mirror of https://github.com/MISP/misp-objects
Added transcript and screenshot fields
parent
1c2513caf2
commit
6ec02ff6d8
|
@ -78,6 +78,18 @@
|
||||||
"misp-attribute": "float",
|
"misp-attribute": "float",
|
||||||
"ui-priority": 8
|
"ui-priority": 8
|
||||||
},
|
},
|
||||||
|
"negotiations_transcript": {
|
||||||
|
"description": "Transcript of the negotiations",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 14
|
||||||
|
},
|
||||||
|
"negotiations_screenshot": {
|
||||||
|
"description": "Screenshot of the negotiations",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 15
|
||||||
|
},
|
||||||
"discount": {
|
"discount": {
|
||||||
"description": "Discount after negotiations",
|
"description": "Discount after negotiations",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -92,5 +104,5 @@
|
||||||
"wallet-address"
|
"wallet-address"
|
||||||
],
|
],
|
||||||
"uuid": "FB72F951-DE2E-4B54-A570-8FC560A74B06",
|
"uuid": "FB72F951-DE2E-4B54-A570-8FC560A74B06",
|
||||||
"version": 1
|
"version": 1.1
|
||||||
}
|
}
|
Loading…
Reference in New Issue