Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DID parameter for dereferencing an information resource identified by a DID #480

Merged
merged 5 commits into from
Dec 27, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,18 @@ <h2>DID Parameters</h2>
<a data-lt="ascii string">ASCII string</a>.
</td>
</tr>
<tr>
<td>
<code>subject</code>
</td>
<td>
Indicates that the resource to be resolved is the <a>DID Subject</a>, rather
brentzundel marked this conversation as resolved.
Show resolved Hide resolved
brentzundel marked this conversation as resolved.
Show resolved Hide resolved
than the <a>DID Document</a>. This parameter is used to retrieve an information
resource identified by a <a>DID</a>. Support for this parameter is OPTIONAL.
If present, the associated value MUST be the
<a data-lt="ascii string">ASCII string</a> <code>true</code>.
</td>
</tr>
</tbody>
</table>

Expand Down