#1 - Initial (Self-issued) VC: ###### tags: `endorsementCredential` { "@context": [ "https://www.w3.org/2018/credentials/v1", "https://w3id.org/openbadges/v3" ], "type": [ "VerifiableCredential", "OpenBadgeCredential" ], "issuer": { "id": "did:key:z6MkrHKzgsahxBLyNAbLQyB1pcWNYC9GmywiWPgkrvntAZcj", "name": "Alice Jones" }, "id": "urn:uuid:f5a8b09a-424f-4aa1", "issuanceDate": "2022-05-01T00:00:00Z", "credentialSubject": { "type": "AchievementSubject", // Note that the subject of the VC is the issuer, hence self-issued "id": "did:key:z6MkrHKzgsahxBLyNAbLQyB1pcWNYC9GmywiWPgkrvntAZcj", "achievement": { "type": "Achievement", "name": "UAV Control System for Drone Navigation", "description": "<description goes here>", "criteria": { "type": "Criteria", "narrative": "<narrative>" } } }, "proof": { // Signature goes here } }