Skip to content

Commit

Permalink
Remove issue marker for reserved properties under consideration.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Apr 28, 2023
1 parent dd7666c commit cd96431
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3204,7 +3204,21 @@ <h3>Reserved Extension Points</h3>
<th>Description</th>
</tr>
</thead>

<tbody>
<tr>
<td>`confirmationMethod` / `confidenceMethod`</td>
<td>
A property used for specifying how a <a>verifier</a> can confirm, or
gain more confidence in, the presentation of the credential being associated
with a particular <a>subject</a>. The associated vocabulary URL MUST be
`https://www.w3.org/2018/credentials#confirmationMethodORconfidenceMethod`.

<p class="issue" title="Bikeshedding confirmation/confidence">
The name of this property is currently being debated by the Working Group.
</p>
</td>
</tr>
<tr>
<td>`evidence`</td>
<td>
Expand All @@ -3213,6 +3227,13 @@ <h3>Reserved Extension Points</h3>
`https://www.w3.org/2018/credentials#evidence`.
</td>
</tr>
<tr>
<td>`presentationSchema`</td>
<td>
A property used for specifying the schema for presentations. The associated
vocabulary URL MUST be `https://www.w3.org/2018/credentials#presentationSchema`.
</td>
</tr>
<tr>
<td>`refreshService`</td>
<td>
Expand All @@ -3221,16 +3242,26 @@ <h3>Reserved Extension Points</h3>
`https://www.w3.org/2018/credentials#refreshService`.
</td>
</tr>
<tr>
<td>`renderMethod`</td>
<td>
A property used for specifying how to render a credential into a visual,
auditory, or haptic format. The associated vocabulary URL MUST be
`https://www.w3.org/2018/credentials#renderMethod`.
</td>
</tr>
<tr>
<td>`termsOfUse`</td>
<td>
An example entry for a reserved property.
A property used for specifying the terms of use for a credential. The associated
vocabulary URL MUST be `https://www.w3.org/2018/credentials#termsOfUse`.
</td>
</tr>
</tbody>
</table>


<p>
An unofficial list of specifications that are associated with the extension
points defined in this specification, as well as the reserved extension points
Expand Down

0 comments on commit cd96431

Please sign in to comment.