Skip to content
Merged
Changes from all commits
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
63 changes: 5 additions & 58 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5300,64 +5300,11 @@ <h3>Differences between Contexts, Types, and CredentialSchemas</h3>

<section class="appendix informative">
<h2>IANA Considerations</h2>
<section id="json-web-token-claim-registrations">
<h3>JSON Web Token Claim Registrations</h3>
<p>
This section will be submitted to the Internet Engineering Steering Group
(IESG) for review, approval, and registration with IANA in the
"JSON Web Token Claims Registry".
</p>

<section id="vc-json-web-token-claim">
<h4>`vc`</h4>
<table>
<tr>
<th>Claim Name: </th>
<td>"vc" </td>
</tr>
<tr>
<th>Claim Description: </th>
<td>Verifiable Credential</td>
</tr>
<tr>
<th>Change Controller: </th>
<td>W3C</td>
</tr>
<tr>
<th>Specification Document(s): </th>
<td>
<a href="https://www.w3.org/TR/vc-data-model/">Section 6.3.1.2: JSON Web Token
Extensions of Verifiable Credentials Data Model 1.0</a>
</td>
</tr>
</table>
</section>

<section id="vp-json-web-token-claim">
<h4>`vp`</h4>
<table>
<tr>
<th>Claim Name: </th>
<td>"vp"</td>
</tr>
<tr>
<th>Claim Description: </th>
<td>Verifiable Presentation</td>
</tr>
<tr>
<th>Change Controller: </th>
<td>W3C</td>
</tr>
<tr>
<th>Specification Document(s):</th>
<td>
<a href="https://www.w3.org/TR/vc-data-model/">Section 6.3.1.2: JSON Web Token
Extensions of Verifiable Credentials Data Model 1.0</a>
</td>
</tr>
</table>
</section>
</section>

<p>
This section will be submitted to the Internet Engineering Steering Group (IESG)
for review, approval, and registration with IANA.
</p>

<section id="vc-ld-media-type">
<h2>application/vc+ld+json</h2>
Expand Down