From d356d77fc773ee3fced670a5a184cff9219295b1 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Sun, 30 Jun 2024 13:19:12 -0400 Subject: [PATCH] Add all value constraints for verification relationships. --- index.html | 40 ++++++++++++++++++++++++++++++++++------ 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index e277b4a..7d2bc7a 100644 --- a/index.html +++ b/index.html @@ -537,7 +537,7 @@

Controller Documents

`authentication` no - + A set of [=verification method=] maps that conform to the rules in Section [[[#authentication]]]; or a @@ -549,22 +549,50 @@

Controller Documents

`assertionMethod` no - + +A set of +[=verification method=] maps +that conform to the rules in Section [[[#assertion]]]; or a +a set of +strings, each of which conforms to the URL syntax +defined in the [[[URL]]]. + `keyAgreement` no - + +A set of +[=verification method=] maps +that conform to the rules in Section [[[#key-agreement]]]; or a +a set of +strings, each of which conforms to the URL syntax +defined in the [[[URL]]]. + `capabilityInvocation` no - + +A set of +[=verification method=] maps +that conform to the rules in Section [[[#capability-invocation]]]; or a +a set of +strings, each of which conforms to the URL syntax +defined in the [[[URL]]]. + `capabilityDelegation` no - + +A set of +[=verification method=] maps +that conform to the rules in Section [[[#capability-delegation]]]; or a +a set of +strings, each of which conforms to the URL syntax +defined in the [[[URL]]]. + @@ -621,7 +649,7 @@

Controllers

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.