We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317be26 commit ecf70c2Copy full SHA for ecf70c2
index.html
@@ -771,10 +771,11 @@ <h3>BitstringStatusListCredential</h3>
771
minimum two properties:
772
<ul>
773
<li id="status">
774
-`status`, being a string of the hex value of the status
+`status`, being a machine-readable string of the hex value of the status
775
</li>
776
<li id="message">
777
-`message`, being a string containing the associated message
+`message`, being an informative string used by software developers to
778
+assist with debugging which SHOULD NOT be displayed to end users.
779
780
</ul>
781
Implementers MAY add additional values to objects in the `statusMessage` array.
0 commit comments