Skip to content

Commit

Permalink
Change profile media type parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper authored Sep 25, 2020
1 parent eb68a58 commit 68ac2a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ <h4><code>accept</code></h4>
<p>Possible values of this property are:</p>
<ul>
<li>`application/did+ld+json` (or other MIME type of a conformant representation of a <a>DID document</a>): Request a <a>DID document</a> as output.</li>
<li>`application/ld+json;profile="https://w3c-ccg.github.io/did-resolution"`: Request a <a>DID resolution result</a> as output (see <a href="#did-resolution-result"></a>).</li>
<li>`application/ld+json;profile="https://w3id.org/did-resolution"`: Request a <a>DID resolution result</a> as output (see <a href="#did-resolution-result"></a>).</li>
</ul>
<p class="issue">Discuss what this means for certain bindings (such as <a href="#bindings-https"></a>).</p>

Expand Down Expand Up @@ -398,7 +398,7 @@ <h2>Algorithm</h2>
</ol>
</li>
<li>If the value of the <a href="#resolving-input-accept"><code>accept</code></a> <var>input
metadata property</var> is `application/ld+json;profile="https://w3c-ccg.github.io/did-resolution"`:
metadata property</var> is `application/ld+json;profile="https://w3id.org/did-resolution"`:
<ol class="algorithm">
<li>Construct a <a>DID resolution result</a> and populate it with the <var>output <a>DID document</a></var>
as well as
Expand Down Expand Up @@ -515,7 +515,7 @@ <h4><code>accept</code></h4>
<p>Possible values of this property are:</p>
<ul>
<li>`application/did+ld+json` (or other MIME type of a conformant representation of a <a>DID document</a>): Request a <a>DID document</a> as output.</li>
<li>`application/ld+json;profile="https://w3c-ccg.github.io/did-resolution"`: Request a <a>DID resolution result</a> as output (see <a href="#did-resolution-result"></a>).</li>
<li>`application/ld+json;profile="https://w3id.org/did-resolution"`: Request a <a>DID resolution result</a> as output (see <a href="#did-resolution-result"></a>).</li>
</ul>
<p class="issue">Discuss what this means for certain bindings (such as <a href="#bindings-https"></a>).</p>
<p class="issue">Discuss additional result types that may exist for <a>DID URL dereferencing</a> but
Expand Down

0 comments on commit 68ac2a7

Please sign in to comment.