Skip to content

Commit a26df32

Browse files
committed
Correct queries.json to pull from wallet
1 parent 375d572 commit a26df32

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

credentials/fema-ics-100/queries.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@
1010
"https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.3.json",
1111
"https://w3id.org/vc/render-method/v2rc1"
1212
],
13-
"type": ["OpenBadgeCredential"]
13+
"type": ["VerifiableCredential", "OpenBadgeCredential"],
14+
"credentialSubject": {
15+
"type": ["AchievementSubject"],
16+
"achievement": {
17+
"id": "urn:uuid:ac254bd5-8fad-4bb1-9d29-dfe049647037",
18+
"type": ["Achievement"]
19+
}
20+
}
1421
},
1522
"acceptedCryptosuites": [
1623
"eddsa-rdfc-2022",

0 commit comments

Comments
 (0)