From 46c4e0e45fd315941abe0a51195b56a6c65392c3 Mon Sep 17 00:00:00 2001 From: Gabe <7622243+decentralgabe@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:06:13 -0700 Subject: [PATCH] Fix phrasing, add spec links (#281) * fix 276 phrasing * pr comments --- index.html | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index ed7eeae..c41033c 100644 --- a/index.html +++ b/index.html @@ -1479,7 +1479,8 @@

application/vc-ld+jwt

application/vc-ld+jwt Media Type specifically for identifying a with a payload - conforming to the Verifiable Credential Data Model. + conforming to the + Verifiable Credential Data Model.

@@ -1525,7 +1526,8 @@

application/vp-ld+jwt

application/vp-ld+jwt Media Type specifically for identifying a with a payload - conforming to Verifiable Presentations. + conforming to the + Verifiable Presentations definition in the Verifiable Credential Data Model.

@@ -1571,7 +1573,8 @@

application/vc-ld+sd-jwt

application/vc-ld+sd-jwt Media Type specifically for identifying a with a payload - conforming to the Verifiable Credential Data Model. + conforming to the + Verifiable Credential Data Model.

@@ -1617,7 +1620,8 @@

application/vp-ld+sd-jwt

application/vp-ld+sd-jwt Media Type specifically for identifying a with a payload - conforming to Verifiable Presentations. + conforming to the + Verifiable Presentations definition in the Verifiable Credential Data Model.

@@ -1663,7 +1667,8 @@

application/vc-ld+cose

application/vc-ld+cose Media Type specifically for identifying a COSE object [[RFC9052]] with a payload - conforming to the Verifiable Credential Data Model. + conforming to the + Verifiable Credential Data Model.

@@ -1708,7 +1713,8 @@

application/vp-ld+cose

application/vp-ld+cose Media Type specifically for identifying a COSE object [[RFC9052]] with a payload - conforming to Verifiable Presentations. + conforming to the + Verifiable Presentations definition in the Verifiable Credential Data Model.

@@ -2137,17 +2143,6 @@

COSE Examples

] ) - -
-18(                                 / COSE Sign 1                   /
-    [
-      h'a4013822...3a343536',       / Protected Header              /
-      {}                            / Unprotected Header            /
-      nil,                          / Detached payload              /
-      h'09772c7f...5c4e736f'        / Signature                     /
-    ]
-)
-      

The payload can be either a credential or presentation as described in Securing Mechanisms.