Created
August 25, 2023 16:27
-
-
Save brianorwhatever/e8bb62892f838a068610162be3511e4a to your computer and use it in GitHub Desktop.
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
{ | |
"@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:63c8140b-1b77-4c39-babc-825e4cfd69ba", | |
"type": [ | |
"VerifiableCredential", | |
"OpenBadgeCredential" | |
], | |
"name": "JFF x vc-edu PlugFest 3 Interoperability", | |
"issuer": { | |
"type": [ | |
"Profile" | |
], | |
"id": "did:key:z6MkoaWQDzkKaik3RgfWC8MwG6RynaFXAHR4umCbrXYNX5E7", | |
"name": "Jobs for the Future (JFF)", | |
"url": "https://www.jff.org/", | |
"image": "https://w3c-ccg.github.io/vc-ed/plugfest-1-2022/images/JFF_LogoLockup.png" | |
}, | |
"issuanceDate": "2023-08-25T16:26:30.550Z", | |
"credentialSubject": { | |
"type": [ | |
"AchievementSubject" | |
], | |
"id": "did:key:123", | |
"achievement": { | |
"id": "urn:uuid:ac254bd5-8fad-4bb1-9d29-efd938536926", | |
"type": [ | |
"Achievement" | |
], | |
"name": "JFF x vc-edu PlugFest 3 Interoperability", | |
"description": "This wallet supports the use of W3C Verifiable Credentials and has demonstrated interoperability during the presentation request workflow during JFF x VC-EDU PlugFest 3.", | |
"criteria": { | |
"type": "Criteria", | |
"narrative": "Wallet solutions providers earned this badge by demonstrating interoperability during the presentation request workflow. This includes successfully receiving a presentation request, allowing the holder to select at least two types of verifiable credentials to create a verifiable presentation, returning the presentation to the requestor, and passing verification of the presentation and the included credentials." | |
}, | |
"image": { | |
"id": "https://w3c-ccg.github.io/vc-ed/plugfest-3-2023/images/JFF-VC-EDU-PLUGFEST3-badge-image.png", | |
"type": "Image" | |
} | |
} | |
}, | |
"proof": { | |
"type": "Ed25519Signature2020", | |
"created": "2023-08-25T16:26:30Z", | |
"verificationMethod": "did:key:z6MkoaWQDzkKaik3RgfWC8MwG6RynaFXAHR4umCbrXYNX5E7#z6MkoaWQDzkKaik3RgfWC8MwG6RynaFXAHR4umCbrXYNX5E7", | |
"proofPurpose": "assertionMethod", | |
"proofValue": "z55jsFQdkzVCgZPRKau3g1xN93R1ArZZ6inWjPpZPa9YJUTkN5zf4h3WyHzj3f52tjnXJiuMZKRoM4vZiw3GN9c8T" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment