Skip to content

Commit

Permalink
Clarify value of type property for verification methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Nov 30, 2024
1 parent a09826e commit 9b500df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,8 @@ <h3>Multikey</h3>
<dl>
<dt>type</dt>
<dd>
The value of the `type` property MUST contain the string `Multikey`.
The value of the `type` property MUST be a [=string=] that is set to
`Multikey`.
</dd>
<dt><dfn class="lint-ignore">publicKeyMultibase</dfn></dt>
<dd>
Expand Down Expand Up @@ -1525,7 +1526,8 @@ <h3>JsonWebKey</h3>
<dl>
<dt>type</dt>
<dd>
The value of the `type` property MUST contain the string `JsonWebKey`.
The value of the `type` property MUST be a [=string=] that is set to
`JsonWebKey`.
</dd>
<dt><dfn class="lint-ignore">publicKeyJwk</dfn></dt>
<dd>
Expand Down

0 comments on commit 9b500df

Please sign in to comment.