Skip to content

Commit

Permalink
Set contentType when resolveRepresention is called.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Feb 9, 2021
1 parent ab09b51 commit af3a4fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3764,10 +3764,10 @@ <h2>DID Resolution</h2>
<dd>
A <a href="#metadata-structure">metadata structure</a> consisting of values
relating to the results of the <a>DID resolution</a> process. This structure is
REQUIRED and MUST NOT be empty. This metadata is defined by
<a href="#did-resolution-metadata"></a>. If the resolution is successful this
structure MUST contain a <code>contentType</code> property containing the
mime-type of the <code>didDocument</code> in this result. If the resolution is
REQUIRED and MUST NOT be empty. This metadata is defined by <a
href="#did-resolution-metadata"></a>. If <code>resolveRepresentation</code> was
called, this structure MUST contain a <code>contentType</code> property
containing the MIME type of the <code>didDocument</code>. If the resolution is
not successful, this structure MUST contain an <code>error</code> property
describing the error.
</dd>
Expand Down Expand Up @@ -4168,7 +4168,7 @@ <h2>DID URL Dereferencing</h2>
<code>contentStream</code> MAY be a <a>resource</a> such as a <a href="">DID
Document</a>, <a href="#verification-methods">Verification Method</a>, or <a
href="#services">service</a> that is serializable in one of the conformant
<a>representations</a> obtained through the resolution process
<a>representations</a> obtained through the resolution process
or any other resource format that can be identified via a MIME type. If the
dereferencing is unsuccessful, this value MUST be empty.
</dd>
Expand Down

0 comments on commit af3a4fd

Please sign in to comment.