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 media type and mapping example #13

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 29 additions & 0 deletions index.html
Expand Up @@ -292,6 +292,35 @@ <h1>Verifiable Credential Types</h1>

</section>

<section>
<h1>Media Types</h1>

<table class="simple" style="width: 100%">
<thead>
<th>Media Type</th><th>Specification</th>
</thead>
<tbody id="media-table-table-body">
<tr>
<td>
<a href="https://www.iana.org/assignments/media-types/application/vc+ld+json">application/vc+ld+json</code>
</td>
<td>
<a href="https://w3c.github.io/vc-data-model/#media-type">Identity Mapping</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.iana.org/assignments/media-types/application/jwt">application/jwt</code>
</td>
<td>
<a href="https://w3c.github.io/vc-jwt/#mapping-to-the-verifiable-credentials-data-model">Undirectional Mapping</a>
</td>
</tr>
</tbody>
</table>

</section>


</body>
</html>