# Endorsement of VC #1
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3.id/vc/linked-claims" // <- TODO: decide on url
"https://w3id.org/security/suites/ed25519-2020/v1"
],
"id": "urn:uuid:4b4d-8d0f-0ad47cf4e64c",
"type": [ "VerifiableCredential", "VerifiableEndorsement" ],
"issuer": {
"id": "did:web:bob.example.com",
"name": "Bob"
},
"issuanceDate": "2010-01-01T00:00:00Z",
"expirationDate": "2020-01-01T00:00:00Z",
"credentialSubject": {
// Subject: the ID of VC #1
"id": "urn:uuid:f5a8b09a-424f-4aa1",
"digestMultibase": "zb1B1M6Bve5JEaNqeJSmuE", // digest of the VC being endorsed
"linkedClaim": {
"statement": "This is an endorsement regarding Alice's 'UAV Control System for Drone Navigation' achievement. Alice has an exceptional skill set as an UAV guidance control engineer. See also the attached evidence.",
}
},
"proof": {
// Signature goes here
}
}