diff --git a/index.html b/index.html index 6439910..d3e4787 100644 --- a/index.html +++ b/index.html @@ -227,12 +227,24 @@

Implementer Overview

statements in .

+

+ 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]]]. +

+
@@ -464,7 +476,7 @@

DID Resolution

document by using the "Read" operation of the applicable DID method as described in Method Operations.

-

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 @@

DID Resolution

- 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 @@

DID URL Dereferencing

- 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 @@

DID URL Dereferencing

« dereferencingMetadata, contentStream, contentMetadata » +

+ 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: