Added transcript and screenshot fields

pull/355/head
matthijsvp 2022-05-05 15:48:31 +02:00
parent 1c2513caf2
commit 6ec02ff6d8
1 changed files with 13 additions and 1 deletions

View File

@ -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
} }