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