Skip to content

Commit 7fee6d7

Browse files
committed
Add "refresh" to BitstringStatusListEntry.
1 parent 886b5e8 commit 7fee6d7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
-->
1111
<script src='https://www.w3.org/Tools/respec/respec-w3c' class='remove'></script>
1212
<script class="remove"
13-
src="https://cdn.jsdelivr.net/gh/w3c/respec-vc@3.1.0/dist/main.js"></script>
13+
src="https://cdn.jsdelivr.net/gh/w3c/respec-vc@3.3.5/dist/main.js"></script>
1414
<script class="remove">
1515
var respecConfig = {
1616
// specification status (e.g., WD, LCWD, NOTE, etc.). If in doubt use ED.
@@ -556,6 +556,15 @@ <h3>BitstringStatusListEntry</h3>
556556
</tr>
557557
</thead>
558558
<tbody>
559+
<tr>
560+
<td>`refresh`</td>
561+
<td>
562+
Used to signal that an updated [=verifiable credential=] is available via the
563+
credential's <a data-cite="VC-DATA-MODEL-2.0#refreshing">refresh service</a>
564+
feature. This status does not invalidate the [=verifiable credential=] and is
565+
not reversible.
566+
</td>
567+
</tr>
559568
<tr>
560569
<td>`revocation`</td>
561570
<td>

0 commit comments

Comments
 (0)