# 4 - Evidence for Endorsement #2: { "@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 the endorsement #2 "id": "urn:uuid:f5a8b09a-424f-4aa1", "digestMultibase": "zb1B1M6Bve5JEaNqeJSmuE", // digest of the VC being endorsed // OPTIONAL: Also hashlink to the original VC "anchoredResource": { "id": "<id of the original VC #1>", "digestMultibase": "<hash of the VC #1>" } }, "evidence": [ { "id": "https://github.com/example-org/control-test-suite", "type": ["EndorsementEvidence"], "name": "Control System Test Suite", "description": "The code used to control a UAV delivering packages to an address.", "digestMultibase": "..." }, { "id": "https://control-systems-journal.example.com/12345.pdf", "digestMultibase": "zQmdfRKkx7Uf8Rpr079Uh", "name": "Geopositioning in Control Systems", "citation": "...", "description": "A particularly insightful implementation of geopositioning with precision; I was very impressed with Alice's approach." } ], "proof": { // Signature goes here } }