Merge pull request #191 from MISP/rommelfs-patch-5

fixed issue with requirements
pull/192/head
Sascha Rommelfangen 2019-07-11 15:24:50 +02:00 committed by GitHub
commit 1459302dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
{
"requiredOneOf": [
"wallet-address",
"value_BTC",
"time"
"transaction-number",
"time",
"value_BTC"
],
"attributes": {
"transaction-number": {
@ -41,7 +41,7 @@
"misp-attribute": "btc"
}
},
"version": 1,
"version": 2,
"description": "An object to describe a Bitcoin transaction. Best to be used with bitcoin-wallet.",
"meta-category": "financial",
"uuid": "B7341729-5A8A-439F-A775-6D814DA3C7B5",