We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364f747 commit 64e37f4Copy full SHA for 64e37f4
1 file changed
objects/coin-address/definition.json
@@ -5,6 +5,11 @@
5
"misp-attribute": "btc",
6
"ui-priority": 1
7
},
8
+ "address-crypto": {
9
+ "description": "Generic cryptocurrency address if the format is not a standard BTC or XMR address",
10
+ "misp-attribute": "text",
11
+ "ui-priority": 1
12
+ },
13
"address-xmr": {
14
"description": "Monero address used as a payment destination in a cryptocurrency",
15
"misp-attribute": "xmr",
@@ -103,8 +108,9 @@
103
108
"name": "coin-address",
104
109
"requiredOneOf": [
105
110
"address",
106
- "address-xmr"
111
+ "address-xmr",
112
+ "address-crypto"
107
113
],
114
"uuid": "d0e6997e-78da-4815-a6a1-cfc1c1cb8a46",
- "version": 5
115
+ "version": 6
116
}
0 commit comments