From 7adf6ad7b8ccaf3897801514d44146a7fca1573b Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Tue, 7 Jan 2025 17:12:13 -0500 Subject: [PATCH] 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. --- credentials/academic-course-credential/queries.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/credentials/academic-course-credential/queries.json b/credentials/academic-course-credential/queries.json index ac80429..564753a 100644 --- a/credentials/academic-course-credential/queries.json +++ b/credentials/academic-course-credential/queries.json @@ -6,11 +6,8 @@ "example": { "@context": [ "https://www.w3.org/2018/credentials/v1", - "https://w3id.org/security/suites/ed25519-2020/v1", "https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.2.json", - { - "tln": "https://tln.asu.edu/terms/" - } + "https://examples.vcplayground.org/contexts/academic-course-credential/v1.json" ], "type": ["OpenBadgeCredential"] },