Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions credentials/solid/credential.json
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" ],
Copy link
Contributor

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.

"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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recommend removing \r\. These characters may be rendered as-is in some wallets.

"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",
Copy link
Contributor

Choose a reason for hiding this comment

The 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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

id should be unique to the achievement.

i.e. http://digitalcredentials.mit.edu/achievements/018b8186-5743-7622-923c-cd477d2ab2fd

"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": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove proof.

"type": "Ed25519Signature2020",
"created": "2023-09-28T17:18:57Z",
"verificationMethod": "did:key:z6Mkr3oy4PPP5cBpdgvmz1mqqPWkVrzzkEq2btA1exN9YiVX#z6Mkr3oy4PPP5cBpdgvmz1mqqPWkVrzzkEq2btA1exN9YiVX",
"proofPurpose": "assertionMethod",
"proofValue": "zLXo2jWPdFFUV4sKzngk9NKVdNV6FAnTvaB3McS6p3VdjRABMYWCntmZHmJWSE3eG5f4sQp2EM7vmFttkycXhnYo"
}
}
Binary file added credentials/solid/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.