Skip to content

Commit

Permalink
Clarify language around value range of contentStream.
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Richer <[email protected]>
  • Loading branch information
msporny and jricher authored Feb 10, 2021
1 parent 25dd041 commit ee76e43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4176,10 +4176,10 @@ <h2>DID URL Dereferencing</h2>
If the <code>dereferencing</code> function was called and successful, this MUST
contain a <a>resource</a> corresponding to the <a>DID URL</a>. The
<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
or any other resource format that can be identified via a MIME type. If the
Document</a> that is serializable in one of the conformant
<a>representations</a>, a <a href="#verification-methods">Verification Method</a>, a <a
href="#services">service</a>, or any other resource format that can be identified via a MIME type
and obtained through the resolution process. If the
dereferencing is unsuccessful, this value MUST be empty.
</dd>
<dt>
Expand Down

0 comments on commit ee76e43

Please sign in to comment.