From ad2b73a3413dae8a6172e2eb1238fc1bc7a8ebab Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Tue, 6 Jun 2023 13:28:35 -0500 Subject: [PATCH 1/4] Update reservation table --- contexts/credentials/v2 | 6 +++++- index.html | 20 +++++++++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/contexts/credentials/v2 b/contexts/credentials/v2 index 9c0d9d238..0633b1b74 100644 --- a/contexts/credentials/v2 +++ b/contexts/credentials/v2 @@ -21,7 +21,7 @@ "credentialStatus": { "@id": "https://www.w3.org/2018/credentials#credentialStatus", "@type": "@id" - }, + }, "credentialSubject": { "@id": "https://www.w3.org/2018/credentials#credentialSubject", "@type": "@id" @@ -60,6 +60,10 @@ "termsOfUse": { "@id": "https://www.w3.org/2018/credentials#termsOfUse", "@type": "@id" + }, + "confidenceMethod": { + "@id": "https://www.w3.org/2018/credentials#confidenceMethod", + "@type": "@id" } } }, diff --git a/index.html b/index.html index e3ad8e92f..d590a0c28 100644 --- a/index.html +++ b/index.html @@ -3291,6 +3291,23 @@

Reserved Extension Points

+ + `confidenceMethod` + +A property used for specifying one or more methods that a verifier +might rely on in order to authenticate the holder of a presentation. +The associated vocabulary URL MUST be +`https://www.w3.org/2018/credentials#confidenceMethod`. +

+This property reservation might be deleted in favor of an existing section +in the specification if at least one specification with two independent +implementations are demonstrated by the end of the Candidate Recommendation +Phase. If that does not occur, this reservation will remain, but the existing +section in the specification will be removed. +See Verifiable Credential Confidence Methods. +

+ + `evidence` @@ -3324,13 +3341,14 @@

Reserved Extension Points

`renderMethod` -A property used for specifying how to render a credential into a visual, +A property used for specifying one or more methods to render a credential into a visual, auditory, or haptic format. The associated vocabulary URL MUST be `https://www.w3.org/2018/credentials#renderMethod`.

This reserved property is at risk and will be removed from the specification if at least one specification with two independent implementations are not demonstrated by the end of the Candidate Recommendation Phase. +See Verifiable Credential Rendering Methods.

From 381a0f765fd0f9550de7c4f109163017850f30da Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Tue, 6 Jun 2023 13:29:38 -0500 Subject: [PATCH 2/4] 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 0633b1b74..82f9ff78e 100644 --- a/contexts/credentials/v2 +++ b/contexts/credentials/v2 @@ -21,7 +21,7 @@ "credentialStatus": { "@id": "https://www.w3.org/2018/credentials#credentialStatus", "@type": "@id" - }, + }, "credentialSubject": { "@id": "https://www.w3.org/2018/credentials#credentialSubject", "@type": "@id" From 2437b706cdbeb142f05b2c97b4e8f2a9b28b9b85 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Tue, 1 Aug 2023 18:16:18 -0400 Subject: [PATCH 3/4] Update URL to add confidenceMethod specification. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d590a0c28..1900bb407 100644 --- a/index.html +++ b/index.html @@ -3304,7 +3304,7 @@

Reserved Extension Points

implementations are demonstrated by the end of the Candidate Recommendation Phase. If that does not occur, this reservation will remain, but the existing section in the specification will be removed. -See Verifiable Credential Confidence Methods. +See Verifiable Credential Confidence Methods.

From a0b38f99fbf0e27ee6da9f4fc5eef629dc80d759 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Wed, 2 Aug 2023 12:30:13 -0500 Subject: [PATCH 4/4] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 1900bb407..4e88f956f 100644 --- a/index.html +++ b/index.html @@ -3295,7 +3295,10 @@

Reserved Extension Points

`confidenceMethod` A property used for specifying one or more methods that a verifier -might rely on in order to authenticate the holder of a presentation. +might use to increase their confidence that the value of an attribute in or of +a verifiable credential or verifiable presentation is accurate, including but not +limited to attributes such `initialRecipient` (a/k/a `issuee`), `presenter`, +`authorizedPresenter`, `holder`, etc. The associated vocabulary URL MUST be `https://www.w3.org/2018/credentials#confidenceMethod`.