Skip to content

Commit 7b356a0

Browse files
committed
Update Academic Course query.
The credential was refactored some time ago to remove the inline context. This updates the query to match those earlier changes.
1 parent 76ea1f8 commit 7b356a0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

credentials/academic-course-credential/queries.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@
66
"example": {
77
"@context": [
88
"https://www.w3.org/2018/credentials/v1",
9-
"https://w3id.org/security/suites/ed25519-2020/v1",
109
"https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.2.json",
11-
{
12-
"tln": "https://tln.asu.edu/terms/"
13-
}
10+
"https://examples.vcplayground.org/contexts/academic-course-credential/v1.json"
1411
],
1512
"type": ["OpenBadgeCredential"]
1613
},

0 commit comments

Comments
 (0)