mirror of https://github.com/MISP/misp-objects
commit
4f80aee4d3
|
@ -0,0 +1,56 @@
|
||||||
|
{
|
||||||
|
"requiredOneOf": [
|
||||||
|
"transaction-number",
|
||||||
|
"date",
|
||||||
|
"amount",
|
||||||
|
"transmode-code"
|
||||||
|
],
|
||||||
|
"attributes": {
|
||||||
|
"text": {
|
||||||
|
"description": "A description of the transaction.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"ui-priority": 1,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
|
"transaction-number": {
|
||||||
|
"description": "A unique number identifying a transaction.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
|
"location": {
|
||||||
|
"description": "Location where the transaction took place.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
|
"transmode-code": {
|
||||||
|
"description": "How the transaction was conducted.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
|
"transmode-comment": {
|
||||||
|
"description": "Comment describing transmode-code, if needed.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
|
"date": {
|
||||||
|
"description": "Date and time of the transaction.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "datetime"
|
||||||
|
},
|
||||||
|
"amount": {
|
||||||
|
"description": "The value of the transaction in local currency.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
|
"date-posting": {
|
||||||
|
"description": "Date of posting, if different from date of transaction.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "datetime"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"version": 1,
|
||||||
|
"description": "An object to describe a transaction.",
|
||||||
|
"meta-category": "misc",
|
||||||
|
"uuid": "a47fa26a-01b6-4747-a394-5144e34456dc",
|
||||||
|
"name": "transaction"
|
||||||
|
}
|
Loading…
Reference in New Issue