Skip to content

Use URI id for credentialStatus and refreshService #819

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 1 commit into from
Sep 30, 2021
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
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,7 @@ <h3>Status</h3>

<ul>
<li>
<code>id</code> <a>property</a>, which MUST be a URL.
<code>id</code> <a>property</a>, which MUST be a URI.
</li>
<li>
<code>type</code> <a>property</a>, which expresses the <a>credential</a> status
Expand Down Expand Up @@ -2659,7 +2659,7 @@ <h3>Refreshing</h3>
software such that the recipient can refresh the <a>verifiable credential</a>.
Each <code>refreshService</code> value MUST specify its <code>type</code> (for
example, <code>ManualRefreshService2018</code>) and its <code>id</code>, which
is the URL of the service. The precise content of each refresh service is
is the URI of the service. The precise content of each refresh service is
determined by the specific <code>refreshService</code> <a>type</a> definition.
</dd>
</dl>
Expand Down