Skip to content

Add first pass at reserved properties table #1097

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 17 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3197,31 +3197,37 @@ <h3>Reserved Extension Points</h3>
see Section <a href="#types"></a>.
</p>

<p class="issue" title="Reserved properties under debate">
The following extension point properties are under consideration for being
marked as reserved: `presentationSchema`, `credentialRefresh`, `termsOfUse`,
`evidence`, `renderMethod`, `refreshService`, and
`confirmationMethod/confidenceMethod`.
</p>

<table class="simple">
<thead>
<tr>
<th>Reserved&nbsp;Property</th>
<th>Description</th>
</tr>
</thead>

<tbody>
<tr>
<td>`evidence`</td>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to reserve this term URL here, as well:

https://www.w3.org/2018/credentials#evidence

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct. I plan to make a revision of the vocabulary document, as well as the yml2vocab tool (so that experimental terms are presented separately) if and when these PR are merged.

<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`.
</td>
</tr>
<tr>
<td>`refreshService`</td>
<td>
`example`
A property used for specifying how a credential can be refreshed. The
associated vocabulary URL MUST be
`https://www.w3.org/2018/credentials#refreshService`.
</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>

Expand Down