CredentialProof

vc_api.v1.CredentialProof

type CredentialProof

vc_api.v1.CredentialProof

FieldTypeDescription
typestringThe cryptographic suite used for the proof.
createdstringTimestamp of when the cryptographic proof was created.
verification_methodstringLink to the public key required for verification process.
proof_purposestringThe reason the proof was created.
proof_valuestringMultibase-encoded binary value that represents the hash of the payload upon decryption through verification_method.
{
  "type": "TYPE",
  "created": "2006-01-02T15:04:05Z",
  "verification_method": "VERIFICATION_METHOD",
  "proof_purpose": "PROOF_PURPOSE",
  "proof_value": "PROOF_VALUE"
}