From 594bf5dcc01282564ab14d09233516a170c48807 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Tue, 13 Feb 2018 17:53:37 +0100 Subject: [PATCH] Added attributes for the teller and the authorizer of a transaction --- objects/transaction/definition.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/objects/transaction/definition.json b/objects/transaction/definition.json index 11f703e..184ff55 100644 --- a/objects/transaction/definition.json +++ b/objects/transaction/definition.json @@ -32,6 +32,16 @@ "ui-priority": 0, "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": { "description": "Date and time of the transaction.", "ui-priority": 0,