mirror of https://github.com/MISP/misp-objects
Merge pull request #79 from chrisr3d/master
Added optional attributes for a transactionpull/81/head
commit
b2910f0d7e
|
@ -32,6 +32,16 @@
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
|
"teller": {
|
||||||
|
"description": "Person who conducted the transaction.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
|
"authorized": {
|
||||||
|
"description": "Person who autorized the transaction.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
"date": {
|
"date": {
|
||||||
"description": "Date and time of the transaction.",
|
"description": "Date and time of the transaction.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
|
|
Loading…
Reference in New Issue