disable correlation on the text field

pull/192/head
Sascha Rommelfangen 2019-07-11 16:01:06 +02:00 committed by GitHub
parent e26a2b6d81
commit fd15381cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
"transaction-number": { "transaction-number": {
"description": "A Bitcoin transaction number in a sequence of transactions", "description": "A Bitcoin transaction number in a sequence of transactions",
"ui-priority": 0, "ui-priority": 0,
"disable_correlation": true,
"multiple": true, "multiple": true,
"misp-attribute": "text" "misp-attribute": "text"
}, },
@ -42,7 +43,7 @@
"misp-attribute": "btc" "misp-attribute": "btc"
} }
}, },
"version": 3, "version": 4,
"description": "An object to describe a Bitcoin transaction. Best to be used with bitcoin-wallet.", "description": "An object to describe a Bitcoin transaction. Best to be used with bitcoin-wallet.",
"meta-category": "financial", "meta-category": "financial",
"uuid": "B7341729-5A8A-439F-A775-6D814DA3C7B5", "uuid": "B7341729-5A8A-439F-A775-6D814DA3C7B5",