File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -771,11 +771,12 @@ <h3>BitstringStatusListCredential</h3>
771
771
minimum two properties:
772
772
< ul >
773
773
< li id ="status ">
774
- `status`, being a machine-readable string of the hex value of the status
774
+ `status`, a string representing the hexadecimal value of the status prefixed
775
+ with `0x`
775
776
</ li >
776
777
< li id ="message ">
777
- `message`, being an informative string used by software developers to
778
- assist with debugging which SHOULD NOT be displayed to end users.
778
+ `message`, a string used by software developers to assist with debugging
779
+ which SHOULD NOT be displayed to end users.
779
780
</ li >
780
781
</ ul >
781
782
Implementers MAY add additional values to objects in the `statusMessage` array.
@@ -1289,8 +1290,8 @@ <h3>Unnecessary Correlation</h3>
1289
1290
< p >
1290
1291
There are a number of global identifiers used in a status list entry, defined in
1291
1292
Section [[[#bitstringstatuslistentry]]], that can be used across [=verifiers=]
1292
- to correlate [=subjects=]. Some of the properties that can
1293
- express these values are `id`, `statusListIndex`, and
1293
+ to correlate [=subjects=]. Some of the properties that can
1294
+ express these values are `id`, `statusListIndex`, and
1294
1295
`statusListCredential`.
1295
1296
</ p >
1296
1297
You can’t perform that action at this time.
0 commit comments