From a48015cf7189d4232b8b8f70ecb779983274550a Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Fri, 28 Jun 2024 09:37:27 -0400 Subject: [PATCH] Add `renderMethod` to reserved terms in context. --- contexts/credentials/v2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contexts/credentials/v2 b/contexts/credentials/v2 index b491a22b9..794043c0b 100644 --- a/contexts/credentials/v2 +++ b/contexts/credentials/v2 @@ -289,6 +289,10 @@ "@id": "https://www.w3.org/2018/credentials#relatedResource", "@type": "@id" }, + "renderMethod": { + "@id": "https://www.w3.org/2018/credentials#renderMethod", + "@type": "@id" + }, "termsOfUse": { "@id": "https://www.w3.org/2018/credentials#termsOfUse", "@type": "@id"