-
Notifications
You must be signed in to change notification settings - Fork 124
/
definition.json
57 lines (57 loc) · 1.62 KB
/
definition.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"attributes": {
"bank_name": {
"description": "Name of the bank which have issued the card",
"misp-attribute": "text",
"ui-priority": 0
},
"card-security-code": {
"description": "Card security code (CSC, CVD, CVV, CVC and SPC) as embossed or printed on the card.",
"misp-attribute": "text",
"ui-priority": 0
},
"cc-number": {
"description": "credit-card number as encoded on the card.",
"misp-attribute": "cc-number",
"ui-priority": 0
},
"comment": {
"description": "A description of the card.",
"misp-attribute": "comment",
"ui-priority": 0
},
"expiration": {
"description": "Maximum date of validity",
"misp-attribute": "datetime",
"ui-priority": 0
},
"iin": {
"description": "International Issuer Number (First eight digits of the credit card number",
"misp-attribute": "text",
"ui-priority": 0
},
"issued": {
"description": "Initial date of validity or issued date.",
"misp-attribute": "datetime",
"ui-priority": 0
},
"name": {
"description": "Name of the card owner.",
"misp-attribute": "text",
"ui-priority": 0
},
"version": {
"description": "Version of the card.",
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "A payment card like credit card, debit card or any similar cards which can be used for financial transactions.",
"meta-category": "financial",
"name": "credit-card",
"requiredOneOf": [
"cc-number"
],
"uuid": "2b9c57aa-daba-4330-a738-56f18743b0c7",
"version": 3
}