From 3d2993e057df69d164d5af1e23dba3bb48abe6ea Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Sat, 10 Feb 2024 16:02:18 -0500 Subject: [PATCH] Fix JSON context indents and line spacing. --- contexts/credentials/v2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contexts/credentials/v2 b/contexts/credentials/v2 index 118f502da..139214cd4 100644 --- a/contexts/credentials/v2 +++ b/contexts/credentials/v2 @@ -154,6 +154,7 @@ "id": "@id", "type": "@type", + "holder": { "@id": "https://www.w3.org/2018/credentials#holder", "@type": "@id" @@ -187,8 +188,8 @@ "type": "@type", "jsonSchema": { - "@id": "https://www.w3.org/2018/credentials#jsonSchema", - "@type": "@json" + "@id": "https://w3.org/2018/credentials#jsonSchema", + "@type": "@json" } } },