For ACDCs to be considered a viable format for a Verifiable Proof the addition of an optional p block within the attribute block, comprised of a d digest (of the block) field, c cargo field, a digest of a W3C VC Data Model compliant credential, and optional schema field s schema field.
{
"v": "ACDC...",
...
"a" : {
...
"p": {
"d": "<Digest of payload block>",
"c": "<Digest of payload>"
"s": "<SAID of Schema>"
}
}
}
For ACDCs to be considered a viable format for a Verifiable Proof the addition of an optional
p
block within the attribute block, comprised of ad
digest (of the block) field,c
cargo field, a digest of a W3C VC Data Model compliant credential, and optional schema fields
schema field.potential schema update: