@sd-jwt/sd-jwt-vc
Version:
sd-jwt draft 7 implementation in typescript
32 lines (31 loc) • 584 B
JSON
{
"claims": {
"data_types": [null, 42, 3.14, "foo", ["Test"], { "foo": "bar" }]
},
"disclosureFrame": {
"data_types": {
"_sd": [0, 1, 2, 3, 4, 5]
}
},
"presentationFrames": {
"data_types": {
"0": true,
"1": true,
"2": true,
"3": true,
"4": true,
"5": true
}
},
"presenatedClaims": {
"data_types": [null, 42, 3.14, "foo", ["Test"], { "foo": "bar" }]
},
"requiredClaimKeys": [
"data_types.0",
"data_types.1",
"data_types.2",
"data_types.3",
"data_types.4",
"data_types.5"
]
}