Consent certificate

Consent certificate - generated by me, at the time of generation of consent artefact, signed by my private key

{

"@context": "https://example.org/contexts/consent_receipt.jsonld",

"@type": "ConsentReceipt",

"receipt_id": "RECEIPT-998877",

"issued_at": "2025-05-01T12:02:12Z",

"issued_by": "my.registry.org",

"consent_artefact": {

"@id": "CONSENT-123456",

"hash": "sha256:7b0a933e7cd398a..."

},

"signature": {

"algorithm": "ed25519",

"kid": "registry-2025-01",

"signature_value": "BASE64URL( registry_private_key.sign(consent_artefact_hash) )"

}

}

Last updated

Was this helpful?