From 4caa32c81798dff4b7fa61a37b6183284de04461 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Wed, 14 Dec 2022 14:33:58 -0600 Subject: [PATCH 1/2] Add vocab to v2 --- contexts/credentials/v2 | 1 + 1 file changed, 1 insertion(+) diff --git a/contexts/credentials/v2 b/contexts/credentials/v2 index bc50a8e6d..015ada7d7 100644 --- a/contexts/credentials/v2 +++ b/contexts/credentials/v2 @@ -1,6 +1,7 @@ { "@context": { "@protected": true, + "@vocab": "https://www.w3.org/2018/credentials#private-claim-", "id": "@id", "type": "@type", From 6e8a86f868f0aa118714548efe5224efe613c03a Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Mon, 16 Jan 2023 16:17:50 -0600 Subject: [PATCH 2/2] Update contexts/credentials/v2 --- contexts/credentials/v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contexts/credentials/v2 b/contexts/credentials/v2 index 015ada7d7..acd6e880e 100644 --- a/contexts/credentials/v2 +++ b/contexts/credentials/v2 @@ -1,7 +1,7 @@ { "@context": { "@protected": true, - "@vocab": "https://www.w3.org/2018/credentials#private-claim-", + "@vocab": "https://www.w3.org/ns/credentials/issuer-dependent#", "id": "@id", "type": "@type",