@sd-jwt/sd-jwt-vc
Version:
sd-jwt draft 7 implementation in typescript
64 lines (63 loc) • 1.03 kB
JSON
{
"claims": {
"array_with_recursive_sd": [
"boring",
{
"foo": "bar",
"baz": {
"qux": "quxx"
}
},
["foo", "bar"]
],
"test2": ["foo", "bar"]
},
"disclosureFrame": {
"array_with_recursive_sd": {
"1": {
"_sd": ["baz"]
},
"2": {
"_sd": [0, 1]
}
},
"test2": {
"_sd": [0, 1]
}
},
"presentationFrames": {
"array_with_recursive_sd": {
"1": {
"baz": true
},
"2": {
"1": true
}
},
"test2": {
"0": true,
"1": true
}
},
"presenatedClaims": {
"array_with_recursive_sd": [
"boring",
{
"foo": "bar",
"baz": {
"qux": "quxx"
}
},
["bar"]
],
"test2": ["foo", "bar"]
},
"requiredClaimKeys": [
"array_with_recursive_sd.1",
"array_with_recursive_sd.2",
"array_with_recursive_sd.1.baz",
"array_with_recursive_sd.2.1",
"test2.0",
"test2.1"
]
}