From 6a23e065aee01ac2a6fd7493b5b448bed2e870a9 Mon Sep 17 00:00:00 2001 From: Benjamin Goering <171782+gobengo@users.noreply.github.com> Date: Mon, 11 Dec 2023 01:57:41 -0800 Subject: [PATCH] Update index.json to be valid json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 😅 ``` bengo@bengo ~ ⚡ curl -s https://identity.foundation/sidetree/contexts/v1/ | jq . jq: parse error: Expected another key-value pair at line 4, column 3 ``` --- www/contexts/v1/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/contexts/v1/index.json b/www/contexts/v1/index.json index 63f482a2a..70490432a 100644 --- a/www/contexts/v1/index.json +++ b/www/contexts/v1/index.json @@ -1,5 +1,5 @@ { "@context": { - "@version": 1.1, + "@version": 1.1 } }