diff --git a/contexts/credentials/v2 b/contexts/credentials/v2 index 9c0d9d238..82f9ff78e 100644 --- a/contexts/credentials/v2 +++ b/contexts/credentials/v2 @@ -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..4e88f956f 100644 --- a/index.html +++ b/index.html @@ -3291,6 +3291,26 @@

Reserved Extension Points

+ + `confidenceMethod` + +A property used for specifying one or more methods that a verifier +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`. +

+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 +3344,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.