Skip to content

Commit 3c154c4

Browse files
Address clarification that the URI can be used to retrieve data.
Co-authored-by: Brent Zundel <[email protected]>
1 parent c48544c commit 3c154c4

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

index.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,7 +1847,8 @@ <h3>Status</h3>
18471847
<code>type</code> <a>property</a>, which expresses the <a>credential</a> status
18481848
type (also referred to as the <a>credential</a> status method). It is expected
18491849
that the value will provide enough information to determine the current status
1850-
of the <a>credential</a>. For example, the object could contain a link to an
1850+
of the <a>credential</a> and that machine readable information needs to be
1851+
retrievable from the URI. For example, the object could contain a link to an
18511852
external document noting whether or not the <a>credential</a> is suspended or
18521853
revoked.
18531854
</li>
@@ -2627,13 +2628,15 @@ <h3>Refreshing</h3>
26272628
<dl>
26282629
<dt><var>refreshService</var></dt>
26292630
<dd>
2630-
The value of the <code>refreshService</code> <a>property</a> MUST be one or
2631-
more refresh services that provides enough information to the recipient's
2632-
software such that the recipient can refresh the <a>verifiable credential</a>.
2633-
Each <code>refreshService</code> value MUST specify its <code>type</code> (for
2631+
The value of the <code>refreshService</code> <a>property</a> MUST be one or more
2632+
refresh services that provides enough information to the recipient's software
2633+
such that the recipient can refresh the <a>verifiable credential</a>. Each
2634+
<code>refreshService</code> value MUST specify its <code>type</code> (for
26342635
example, <code>ManualRefreshService2018</code>) and its <code>id</code>, which
2635-
is the <a>URI</a> of the service. The precise content of each refresh service is
2636-
determined by the specific <code>refreshService</code> <a>type</a> definition.
2636+
is the <a>URI</a> of the service. There is an expectation that machine readable
2637+
information needs to be retrievable from the URI. The precise content of
2638+
each refresh service is determined by the specific <code>refreshService</code>
2639+
<a>type</a> definition.
26372640
</dd>
26382641
</dl>
26392642

0 commit comments

Comments
 (0)