generated from digitalcredentials/isomorphic-lib-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1545645
commit dfc8c27
Showing
5 changed files
with
128 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
export const expiredV2 = { | ||
"@context": [ | ||
"https://www.w3.org/ns/credentials/v2", | ||
"https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.3.json", | ||
"https://w3id.org/security/suites/ed25519-2020/v1" | ||
], | ||
"id": "http://example.com/credentials/3527", | ||
"type": [ | ||
"VerifiableCredential", | ||
"OpenBadgeCredential" | ||
], | ||
"issuer": { | ||
"id": "did:key:z6MknNQD1WHLGGraFi6zcbGevuAgkVfdyCdtZnQTGWVVvR5Q", | ||
"type": [ | ||
"Profile" | ||
], | ||
"name": "Example Corp" | ||
}, | ||
"validFrom": "2010-01-01T00:00:00Z", | ||
"validUntil": "2011-01-01T00:00:00Z", | ||
"name": "Teamwork Badge", | ||
"credentialSubject": { | ||
"id": "did:example:ebfeb1f712ebc6f1c276e12ec21", | ||
"type": [ | ||
"AchievementSubject" | ||
], | ||
"achievement": { | ||
"id": "https://example.com/achievements/21st-century-skills/teamwork", | ||
"type": [ | ||
"Achievement" | ||
], | ||
"criteria": { | ||
"narrative": "Team members are nominated for this badge by their peers and recognized upon review by Example Corp management." | ||
}, | ||
"description": "This badge recognizes the development of the capacity to collaborate within a group environment.", | ||
"name": "Teamwork" | ||
} | ||
}, | ||
"proof": { | ||
"type": "Ed25519Signature2020", | ||
"created": "2025-01-07T22:14:25Z", | ||
"verificationMethod": "did:key:z6MknNQD1WHLGGraFi6zcbGevuAgkVfdyCdtZnQTGWVVvR5Q#z6MknNQD1WHLGGraFi6zcbGevuAgkVfdyCdtZnQTGWVVvR5Q", | ||
"proofPurpose": "assertionMethod", | ||
"proofValue": "z2B4R2hwrcgR8ag39SZEgm2hAJSPnoWae7zdRr8RUTkcbMPNHu7tedk1x3D29J3CmiU5Wb1e7zew82nQAKYCQuRBo" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters