diff --git a/index.html b/index.html index fac8a777..8237d2b5 100644 --- a/index.html +++ b/index.html @@ -2034,7 +2034,8 @@

Core Representations

Producers MUST indicate which representation of a document has been used via a media type in the document's metadata. Consumers MUST determine which representation a document is in -via a media type in the document's metadata. Consumers MUST NOT determine the representation +via the content-type DID resolver metadata field. (See ). +Consumers MUST NOT determine the representation of a document through its content alone.

@@ -2062,8 +2063,8 @@

-When producing and consuming DID documents that are in plain JSON (as noted by -the document metadata), the following rules MUST be followed. +When producing and consuming DID documents that are in plain JSON (as indicated by +a content-type of application/json+did in the resolver metadata), the following rules MUST be followed.

@@ -2204,8 +2205,8 @@

-When producing and consuming DID documents that are in JSON-LD (as noted by -the document metadata), the following rules MUST be followed. +When producing and consuming DID documents that are in JSON-LD (as indicated by +a content-type of application/jsonld+did in the resolver metadata), the following rules MUST be followed.