fix: added iban as an alternative to bank account for the requirements

- fixes https://github.com/MISP/MISP/issues/5358
pull/235/head
Andras Iklody 2020-02-04 11:46:24 +01:00 committed by GitHub
parent 5897fa7c37
commit 195fc46a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{
"requiredOneOf": [
"account"
"account",
"iban"
],
"attributes": {
"text": {
@ -162,7 +163,7 @@
]
}
},
"version": 1,
"version": 2,
"description": "An object describing bank account information based on account description from goAML 4.0.",
"meta-category": "financial",
"uuid": "b4712203-95a8-4883-80e9-b566f5df11c9",