mirror of https://github.com/MISP/misp-objects
Added attributes for the teller and the authorizer of a transaction
parent
eef4aab989
commit
594bf5dcc0
|
@ -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