Skip to content

Commit

Permalink
reworded requirements around resolver input
Browse files Browse the repository at this point in the history
  • Loading branch information
jricher committed Apr 14, 2020
1 parent f54ca86 commit 0cc1f11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2619,7 +2619,9 @@ <h2>

<p>
The inputs of this function are a <a>DID</a> and a set of input options. The
<a>DID</a> is REQUIRED and MUST NOT include a fragment component. The input options
<a>DID</a> is REQUIRED. Note that if a client wishes to resolve a <a>DID URL</a>,
the client MUST first transform the <a>DID URL</a> into a bare <a>DID</a>,
including removal of any fragment component. The input options
are a map of key-value string pairs as described in <a href="#metadata-structure"></a>.
The input options are REQUIRED but the map MAY be empty. Concrete <a>bindings</a> MUST NOT
define additional inputs to this function.
Expand Down

0 comments on commit 0cc1f11

Please sign in to comment.