Skip to content

Commit

Permalink
Add "refresh" to BitstringStatusListEntry.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Nov 30, 2024
1 parent 886b5e8 commit 7fee6d7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
-->
<script src='https://www.w3.org/Tools/respec/respec-w3c' class='remove'></script>
<script class="remove"
src="https://cdn.jsdelivr.net/gh/w3c/respec-vc@3.1.0/dist/main.js"></script>
src="https://cdn.jsdelivr.net/gh/w3c/respec-vc@3.3.5/dist/main.js"></script>
<script class="remove">
var respecConfig = {
// specification status (e.g., WD, LCWD, NOTE, etc.). If in doubt use ED.
Expand Down Expand Up @@ -556,6 +556,15 @@ <h3>BitstringStatusListEntry</h3>
</tr>
</thead>
<tbody>
<tr>
<td>`refresh`</td>
<td>
Used to signal that an updated [=verifiable credential=] is available via the
credential's <a data-cite="VC-DATA-MODEL-2.0#refreshing">refresh service</a>
feature. This status does not invalidate the [=verifiable credential=] and is
not reversible.
</td>
</tr>
<tr>
<td>`revocation`</td>
<td>
Expand Down

0 comments on commit 7fee6d7

Please sign in to comment.