Skip to content

Commit

Permalink
Add all value constraints for verification relationships.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jun 30, 2024
1 parent 5aba5c5 commit d356d77
Showing 1 changed file with 34 additions and 6 deletions.
40 changes: 34 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ <h2>Controller Documents</h2>
<tr>
<td>`authentication`</td>
<td>no</td>
<td rowspan="5">
<td>
A <a data-cite="INFRA#ordered-set">set</a> of
[=verification method=] <a data-cite="INFRA#ordered-map">maps</a>
that conform to the rules in Section [[[#authentication]]]; or a
Expand All @@ -549,22 +549,50 @@ <h2>Controller Documents</h2>
<tr>
<td>`assertionMethod`</td>
<td>no</td>

<td>
A <a data-cite="INFRA#ordered-set">set</a> of
[=verification method=] <a data-cite="INFRA#ordered-map">maps</a>
that conform to the rules in Section [[[#assertion]]]; or a
a <a data-cite="INFRA#ordered-set">set</a> of
<a data-cite="INFRA#string">strings</a>, each of which conforms to the URL syntax
defined in the [[[URL]]].
</td>
</tr>
<tr>
<td>`keyAgreement`</td>
<td>no</td>

<td>
A <a data-cite="INFRA#ordered-set">set</a> of
[=verification method=] <a data-cite="INFRA#ordered-map">maps</a>
that conform to the rules in Section [[[#key-agreement]]]; or a
a <a data-cite="INFRA#ordered-set">set</a> of
<a data-cite="INFRA#string">strings</a>, each of which conforms to the URL syntax
defined in the [[[URL]]].
</td>
</tr>
<tr>
<td>`capabilityInvocation`</td>
<td>no</td>

<td>
A <a data-cite="INFRA#ordered-set">set</a> of
[=verification method=] <a data-cite="INFRA#ordered-map">maps</a>
that conform to the rules in Section [[[#capability-invocation]]]; or a
a <a data-cite="INFRA#ordered-set">set</a> of
<a data-cite="INFRA#string">strings</a>, each of which conforms to the URL syntax
defined in the [[[URL]]].
</td>
</tr>
<tr>
<td>`capabilityDelegation`</td>
<td>no</td>

<td>
A <a data-cite="INFRA#ordered-set">set</a> of
[=verification method=] <a data-cite="INFRA#ordered-map">maps</a>
that conform to the rules in Section [[[#capability-delegation]]]; or a
a <a data-cite="INFRA#ordered-set">set</a> of
<a data-cite="INFRA#string">strings</a>, each of which conforms to the URL syntax
defined in the [[[URL]]].
</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -621,7 +649,7 @@ <h3>Controllers</h3>
the [[[URL]]]. The corresponding [=controller document=](s) SHOULD
contain [=verification relationships=] that explicitly permit the use of
certain [=verification methods=] for specific purposes. If the `controller`
property is not present, the value expressed by the `id` property MUST be
property is not present, the value expressed by the `id` property MUST be
treated as if it were also set as the value of the `controller` property.
</dd>
</dl>
Expand Down

0 comments on commit d356d77

Please sign in to comment.