-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanoncreds-verification-templates.json
50 lines (50 loc) · 1.23 KB
/
anoncreds-verification-templates.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
[
{
"id": "Aries:5:EInvoice:0.0.1:indy",
"name": "EInvoice",
"description": "Verify that you have valid EInvoice",
"version": "0.0.1",
"payload": {
"type": "anoncreds",
"data": [
{
"schema": "ExRuyTywoH5VGtJmHvMLpu:2:EInvoice:1.0",
"requestedAttributes": [
{
"names": ["Party Name", "Party GST", "Invoice Date", "Items"],
"restrictions": [
{
"cred_def_id": "ExRuyTywoH5VGtJmHvMLpu:3:CL:275973:EInvoice"
}
]
}
]
}
]
}
},
{
"id": "Aries:5:EWay:0.0.1:indy",
"name": "EWay",
"description": "Verify that you have valid EWay bill",
"version": "0.0.1",
"payload": {
"type": "anoncreds",
"data": [
{
"schema": "ExRuyTywoH5VGtJmHvMLpu:2:EWay Bill:1.0",
"requestedAttributes": [
{
"names": ["Bill Date", "Place of Delivery", "Recipient GST", "Supplier GST"],
"restrictions": [
{
"cred_def_id": "ExRuyTywoH5VGtJmHvMLpu:3:CL:275975:EWay"
}
]
}
]
}
]
}
}
]