Skip to content

Commit

Permalink
Fix phrasing, add spec links (#281)
Browse files Browse the repository at this point in the history
* fix 276 phrasing

* pr comments
  • Loading branch information
decentralgabe authored Jun 28, 2024
1 parent 4b114ea commit 46c4e0e
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,8 @@ <h2 id="vcc-ld-json-jwt"><code>application/vc-ld+jwt</code></h2>
<code>application/vc-ld+jwt</code> Media Type specifically for
identifying a <a data-cite="JWT"></a>
with a payload
conforming to the Verifiable Credential Data Model.
conforming to the <a data-cite="VC-DATA-MODEL-2.0#verifiable-credentials">
Verifiable Credential Data Model</a>.
</p>
<table>
<tr>
Expand Down Expand Up @@ -1525,7 +1526,8 @@ <h2 id="vp-ld-json-jwt"><code>application/vp-ld+jwt</code></h2>
<code>application/vp-ld+jwt</code> Media Type specifically for
identifying a <a data-cite="JWT"></a>
with a payload
conforming to Verifiable Presentations.
conforming to the <a data-cite="VC-DATA-MODEL-2.0#verifiable-presentations">
Verifiable Presentations definition in the Verifiable Credential Data Model</a>.
</p>
<table>
<tr>
Expand Down Expand Up @@ -1571,7 +1573,8 @@ <h2 id="vc-ld-json-sd-jwt"><code>application/vc-ld+sd-jwt</code></h2>
<code>application/vc-ld+sd-jwt</code> Media Type specifically for
identifying a <a data-cite="SD-JWT"></a>
with a payload
conforming to the Verifiable Credential Data Model.
conforming to the <a data-cite="VC-DATA-MODEL-2.0#verifiable-credentials">
Verifiable Credential Data Model</a>.
</p>
<table>
<tr>
Expand Down Expand Up @@ -1617,7 +1620,8 @@ <h2 id="vp-ld-json-sd-jwt"><code>application/vp-ld+sd-jwt</code></h2>
<code>application/vp-ld+sd-jwt</code> Media Type specifically for
identifying a <a data-cite="SD-JWT"></a>
with a payload
conforming to Verifiable Presentations.
conforming to the <a data-cite="VC-DATA-MODEL-2.0#verifiable-presentations">
Verifiable Presentations definition in the Verifiable Credential Data Model</a>.
</p>
<table>
<tr>
Expand Down Expand Up @@ -1663,7 +1667,8 @@ <h2 id="vc-ld-json-cose"><code>application/vc-ld+cose</code></h2>
<code>application/vc-ld+cose</code> Media Type specifically for
identifying a COSE object [[RFC9052]]
with a payload
conforming to the Verifiable Credential Data Model.
conforming to the <a data-cite="VC-DATA-MODEL-2.0#verifiable-credentials">
Verifiable Credential Data Model</a>.
</p>
<table>
<tr>
Expand Down Expand Up @@ -1708,7 +1713,8 @@ <h2 id="vp-ld-json-cose"><code>application/vp-ld+cose</code></h2>
<code>application/vp-ld+cose</code> Media Type specifically for
identifying a COSE object [[RFC9052]]
with a payload
conforming to Verifiable Presentations.
conforming to the <a data-cite="VC-DATA-MODEL-2.0#verifiable-presentations">
Verifiable Presentations definition in the Verifiable Credential Data Model</a>.
</p>
<table>
<tr>
Expand Down Expand Up @@ -2137,17 +2143,6 @@ <h2 id="cose-examples">COSE Examples</h2>
]
)
</pre>

<pre class="example" title="A COSE Sign 1 with a detached payload">
18( / COSE Sign 1 /
[
h'a4013822...3a343536', / Protected Header /
{} / Unprotected Header /
nil, / Detached payload /
h'09772c7f...5c4e736f' / Signature /
]
)
</pre>
<p>
The payload can be either a credential or presentation as described in
<a data-cite="VC-DATA-MODEL-2.0#securing-mechanisms">Securing Mechanisms</a>.
Expand Down

0 comments on commit 46c4e0e

Please sign in to comment.