Skip to content

Commit b89d965

Browse files
mirceanismsporny
authored andcommitted
Fix the credentialStatus.type description
fixes #891 I moved part of the text that was under the `type` property to the paragraph below that refers to the contents of the whole `credentialStatus` object.
1 parent 9389b4d commit b89d965

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1853,12 +1853,7 @@ <h3>Status</h3>
18531853
</li>
18541854
<li>
18551855
<code>type</code> <a>property</a>, which expresses the <a>credential</a> status
1856-
type (also referred to as the <a>credential</a> status method). It is expected
1857-
that the value will provide enough information to determine the current status
1858-
of the <a>credential</a> and that machine readable information needs to be
1859-
retrievable from the URI. For example, the object could contain a link to an
1860-
external document noting whether or not the <a>credential</a> is suspended or
1861-
revoked.
1856+
type (also referred to as the <a>credential</a> status method).
18621857
</li>
18631858
</ul>
18641859
</dd>
@@ -1869,6 +1864,11 @@ <h3>Status</h3>
18691864
by the specific <code>credentialStatus</code> <a>type</a> definition, and varies
18701865
depending on factors such as whether it is simple to implement or if it is
18711866
privacy-enhancing.
1867+
It is expected that the value will provide enough information to determine the
1868+
current status of the <a>credential</a> and that machine readable information
1869+
needs to be retrievable from the URI. For example, the object could contain a
1870+
link to an external document noting whether or not the <a>credential</a> is
1871+
suspended or revoked.
18721872
</p>
18731873

18741874
<pre class="example nohighlight vc"

0 commit comments

Comments
 (0)