-
Notifications
You must be signed in to change notification settings - Fork 1
/
testcase-4.json
48 lines (48 loc) · 1.32 KB
/
testcase-4.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
{
"name": "Simple mdoc query with value matching",
"dcql_query": {
"credentials": [
{
"id": "mDL_request",
"format": "mso_mdoc",
"meta": {
"doctype_value": "org.iso.18013.5.1.mDL"
},
"claims": [
{
"namespace": "org.iso.18013.5.1",
"claim_name": "family_name"
},
{
"namespace": "org.iso.18013.5.1",
"claim_name": "given_name",
"values": [
"Clark",
"Peter"
]
}
]
}
]
},
"expected_result": {
"matched_credentials": {
"mDL_request": [
{
"id": "2",
"matched_claim_names": [
"Family Name",
"Given Name"
]
},
{
"id": "3",
"matched_claim_names": [
"Family Name",
"Given Name"
]
}
]
}
}
}