-
Couldn't load subscription status.
- Fork 6
adding solid credentials #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| { | ||
| "@context": [ "https://www.w3.org/2018/credentials/v1", "https://purl.imsglobal.org/spec/ob/v3p0/context.json", "https://w3id.org/security/suites/ed25519-2020/v1" ], | ||
| "id": "urn:uuid:951b475e-b795-43bc-ba8f-a2d01efd2eb1", | ||
| "type": [ "VerifiableCredential", "OpenBadgeCredential" ], | ||
| "issuer": { | ||
| "id": "did:key:z6Mkr3oy4PPP5cBpdgvmz1mqqPWkVrzzkEq2btA1exN9YiVX", | ||
| "type": "Profile", | ||
| "name": "SOLID, LLC.\r\nEndorsed by The Manufacturing Institute", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Recommend removing |
||
| "description": "Solutions for Information Design, LLC.\r\nEndorsed by The Manufacturing Institute", | ||
| "url": "https://solidinfodesign.com", | ||
| "image": { | ||
| "id": "https://certificates.cs50.io/static/success.jpg", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Issuer image should be changed to a picture that represents the issuer, not the achievement. |
||
| "type": "Image" | ||
| } | ||
| }, | ||
| "issuanceDate": "2023-09-28T17:18:56Z", | ||
| "expirationDate": "2028-09-28T17:18:56Z", | ||
| "name": "General Maintenance", | ||
| "credentialSubject": { | ||
| "type": "AchievementSubject", | ||
| "name": "Gordon Cavanaugh", | ||
| "achievement": { | ||
| "id": "http://digitalcredentials.mit.edu", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
i.e. |
||
| "type": "Achievement", | ||
| "Criteria": { "narrative": "Successfully earned the General Maintenance badge." }, | ||
| "image": { | ||
| "id": "https://certificates.cs50.io/static/success.jpg", | ||
| "type": "Image" | ||
| }, | ||
| "name": "General Maintenance", | ||
| "description": "Achievement of the General Maintenance badge requires demonstrated fundamental knowledge and understanding of concepts related to general maintenance practices and basic repair activities. Badge earners have the ability to conduct preventive and corrective maintenance, basic repair, and housekeeping on equipment or equipment systems, and have the following micro-badges: Maintenance and Repair; Safety and Housekeeping." | ||
| } | ||
| }, | ||
| "proof": { | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove |
||
| "type": "Ed25519Signature2020", | ||
| "created": "2023-09-28T17:18:57Z", | ||
| "verificationMethod": "did:key:z6Mkr3oy4PPP5cBpdgvmz1mqqPWkVrzzkEq2btA1exN9YiVX#z6Mkr3oy4PPP5cBpdgvmz1mqqPWkVrzzkEq2btA1exN9YiVX", | ||
| "proofPurpose": "assertionMethod", | ||
| "proofValue": "zLXo2jWPdFFUV4sKzngk9NKVdNV6FAnTvaB3McS6p3VdjRABMYWCntmZHmJWSE3eG5f4sQp2EM7vmFttkycXhnYo" | ||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
https://w3id.org/security/suites/ed25519-2020/v1.