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

Request media type for 1.1 vc-jwt claim set #40

Merged
merged 4 commits into from
Jan 25, 2023
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
48 changes: 48 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -525,5 +525,53 @@ <h2>Privacy Considerations</h2>
<section>
<h2>Security Considerations</h2>
</section>

<section class="appendix informative">
<h2>IANA Considerations</h2>
<section id="media-type">
<h2>The <code>application/credential-claims-set-1.1+json</code> Media Type</h2>
<p>
This specification registers the <code>application/credential-claims-set-1.1+json</code> MIME Media Type specifically for
identifying a <a href="https://www.rfc-editor.org/rfc/rfc7519#section-4">JWT Claims Set</a> conforming to the Verifiable Credentials 1.1 JWT format in the `cty` header.
</p>
<table>
<tr>
<td>Type name: </td>
<td>application</td>
</tr>
<tr>
<td>Subtype name: </td>
<td>credential-1.1+json</td>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needed to be updated too, if an editor wants to quickly fix it.

</tr>
<tr>
<td>Required parameters: </td>
<td>None</td>
</tr>
<tr>
<td>Encoding considerations: </td>
<td>
Resources that use the "<code>application/credential-claims-set-1.1+json</code>"
Media Type are required to conform to all of the requirements
for the "<code>application/json</code>" Media Type and are
therefore subject to the same encoding considerations specified
in Section 11 of [[!RFC7159]].
</td>
</tr>
<tr>
<td>Security considerations: </td>
<td>As defined in this specification.</td>
</tr>
<tr>
<td>Contact: </td>
<td>
W3C Verifiable Credentials Working Group <a href="mailto:public-vc-wg@w3.org">public-vc-wg@w3.org</a>
</td>
</tr>
</table>
<div class="issue" data-number="42"></div>
</section>


</section>
</body>
</html>