From 44e7931db32923c81623aec08a1b2c741e52e068 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Fri, 11 Aug 2023 12:13:09 -0400 Subject: [PATCH] Fix context bug introduced in jsonSchema addition. --- contexts/credentials/v2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contexts/credentials/v2 b/contexts/credentials/v2 index 4c8da970b..e7ef6357f 100644 --- a/contexts/credentials/v2 +++ b/contexts/credentials/v2 @@ -157,8 +157,8 @@ "type": "@type", "jsonSchema": { - "id": "https://w3.org/2018/credentials#jsonSchema", - "type": "@json" + "@id": "https://w3.org/2018/credentials#jsonSchema", + "@type": "@json" } } }, @@ -276,4 +276,4 @@ } } } -} \ No newline at end of file +}