diff --git a/index.html b/index.html index 6439910..d3e4787 100644 --- a/index.html +++ b/index.html @@ -227,12 +227,24 @@
+ A conforming HTTPS-based DID resolver is a + [=conforming DID resolver=] that additionally complies with the normative statements + in [[[#bindings-https]]]. +
+A conforming DID URL dereferencer is any algorithm realized as software and/or hardware that complies with the relevant normative statements in .
++ A conforming HTTPS-based DID URL dereferencer is a + [=conforming DID URL dereferencer=] that additionally complies with the normative + statements in [[[#bindings-https]]]. +
+All conforming DID resolvers implement the function below, which has the +
All [=conforming DID resolvers=] implement the function below, which has the following abstract form:
@@ -474,9 +486,12 @@
- All conformant DID resolvers MUST implement the DID resolution
+ All [=conforming DID resolvers=] MUST implement the DID resolution
function for at least one DID method and MUST be able to return a
- DID document in at least one conformant representation.
+ DID document in at least one conformant representation. All
+ inputs and outputs of the resolve function are MUST be serializable
+ to JSON.
+
@@ -1042,7 +1057,7 @@
- All conforming DID URL dereferencers implement the + All [=conforming DID URL dereferencers=] implement the function below, which has the following abstract form:
@@ -1051,6 +1066,12 @@
+ All [=conforming DID URL dereferencers=] MUST implement the [=DID URL dereferencing=]
+ function for at least one [=DID method=]. All inputs and outputs of the dereference
+ function apart from [=contentStream=] MUST be serializable to JSON.
+
The input variables of the dereference function are as follows: