From 534d5bb5bedea912eeff8fe0b3bbcd8ca7154e6b Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Wed, 9 Aug 2023 19:54:14 -0400 Subject: [PATCH] Fix missing closing braces in v2 context. --- contexts/credentials/v2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contexts/credentials/v2 b/contexts/credentials/v2 index 6a079b778..4c8da970b 100644 --- a/contexts/credentials/v2 +++ b/contexts/credentials/v2 @@ -28,15 +28,19 @@ "aud": { "@id": "https://www.iana.org/assignments/jwt#aud", "@type": "@id" + }, "exp": { "@id": "https://www.iana.org/assignments/jwt#exp", "@type": "https://www.w3.org/2001/XMLSchema#nonNegativeInteger" + }, "nbf": { "@id": "https://www.iana.org/assignments/jwt#nbf", "@type": "https://www.w3.org/2001/XMLSchema#nonNegativeInteger" + }, "iat": { "@id": "https://www.iana.org/assignments/jwt#iat", "@type": "https://www.w3.org/2001/XMLSchema#nonNegativeInteger" + }, "cnf": { "@id": "https://www.iana.org/assignments/jwt#cnf", "@context": { @@ -67,7 +71,7 @@ "credentialStatus": { "@id": "https://www.w3.org/2018/credentials#credentialStatus", "@type": "@id" - }, + }, "credentialSubject": { "@id": "https://www.w3.org/2018/credentials#credentialSubject", "@type": "@id"