forked from hyperledger/indy-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththrift-loan-application.indy
35 lines (35 loc) · 1.03 KB
/
thrift-loan-application.indy
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
{
"connection-request": {
"name": "Thrift Bank",
"identifier": "H2aKRiDeq8aLZSydQMDbtf",
"nonce": "77fbf9dc8c8e6acde33de98c6d747b28c",
"endpoint": "124.34.56.189:7880"
},
"proof-requests": [{
"name": "Loan-Application-Basic",
"version": "0.1",
"attributes": {
"salary_bracket": "string",
"employee_status": "string"
},
"verifiableAttributes": ["salary_bracket", "employee_status"]
}, {
"name": "Loan-Application-KYC",
"version": "0.1",
"attributes": {
"first_name": "string",
"last_name": "string",
"ssn": "string"
},
"verifiableAttributes": ["first_name", "last_name", "ssn"]
}, {
"name": "Name-Proof",
"version": "0.1",
"attributes": {
"first_name": "string",
"last_name": "string"
},
"verifiableAttributes": ["first_name", "last_name"]
}],
"sig": "D1vU5fbtJbqWKdCoVJgqHBLLhh5CYspikuEXdnBVVyCnLHiYC9ZsZrDWpz3GkFFGvfC4RQ4kuB64vUFLo3F7Xk6"
}