Skip to content

Commit

Permalink
Remove at risk issue marker associated with evidence property.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jul 17, 2024
1 parent 47b3f4e commit b29c107
Showing 1 changed file with 2 additions and 58 deletions.
60 changes: 2 additions & 58 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3643,15 +3643,6 @@ <h3>Terms of Use</h3>
<section>
<h3>Evidence</h3>

<p class="issue atrisk" data-number="1437" title="Feature depends on demonstration of independent implementations">
This feature is at risk and will be removed from the specification if at least
two independent, interoperable implementations are not demonstrated for a
single extension type by the end of the Candidate Recommendation Phase. If
this feature is removed, the property will be included in Section
<a href="#reserved-extension-points"></a>, in anticipation of future
implementation and inclusion in the specification.
</p>

<p>
Evidence can be included by an [=issuer=] to provide the [=verifier=] with
additional supporting information in a [=verifiable credential=]. This could
Expand Down Expand Up @@ -3694,39 +3685,10 @@ <h3>Evidence</h3>
</p>

<pre class="example nohighlight"
title="Usage of the evidence property">
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://www.w3.org/ns/credentials/examples/v2"
],
"id": "http://university.example/credentials/3732",
"type": ["VerifiableCredential", "ExampleDegreeCredential"],
"issuer": "https://university.example/issuers/14",
"validFrom": "2010-01-01T19:23:24Z",
"credentialSubject": {
"id": "did:example:ebfeb1f712ebc6f1c276e12ec21",
"degree": {
"type": "ExampleBachelorDegree",
"name": "Bachelor of Science and Arts"
}
},
<span class="highlight">"evidence": {
"id": "https://university.example/evidence/f2aeec97-fc0d-42bf-8ca7-0548192d4231",
"type": ["DocumentVerification"],
"verifier": "https://university.example/issuers/14",
"evidenceDocument": "DriversLicense",
"subjectPresence": "Physical",
"documentPresence": "Physical",
"licenseNumber": "123AB4567"
}</span>
}
</pre>
<pre class="example nohighlight" title="Example of evidence supporting a skill achievement credential">
title="Example of evidence supporting a skill achievement credential">
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://www.w3.org/ns/credentials/examples/v2",
"https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.3.json"
],
"id": "http://1edtech.edu/credentials/3732",
Expand Down Expand Up @@ -3986,21 +3948,6 @@ <h3>Reserved Extension Points</h3>
URL MUST be `https://www.w3.org/2018/credentials#confidenceMethod`.
</td>
</tr>
<tr>
<td>`evidence`</td>
<td>
A property used for specifying the evidence that was presented in order to
issue the credential. The associated vocabulary URL MUST be
`https://www.w3.org/2018/credentials#evidence`.
<p class="issue atrisk" data-number="1437" title="Reservation depends on implementations">
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.
</p>
</td>
</tr>
<tr>
<td>`refreshService`</td>
<td>
Expand Down Expand Up @@ -7041,10 +6988,7 @@ <h3>Vocabularies</h3>
</td>
<td>
Serves as a superclass for specific evidence types that are placed into the
<a href="#evidence">evidence</a> property. <span class="issue atrisk">This
superclass is at risk and will be removed if at least two independent
implementations for the superclass are not identified by the end of the
Candidate Recommendation phase.</span>
<a href="#evidence">evidence</a> property.
</td>
</tr>
<tr id="bc-credential-schema">
Expand Down

0 comments on commit b29c107

Please sign in to comment.