From 2a8e5357c2d392a41a05218e56bb9667b853ef23 Mon Sep 17 00:00:00 2001 From: gabe Date: Wed, 26 Jun 2024 17:02:32 -0700 Subject: [PATCH 1/2] fix 276 phrasing --- index.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index ed7eeae..d0402b3 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 Presentation 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 Presentation 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 Presentation Data Model.

From 3400a6b96e19b14f578055242aae3cc37f4753de Mon Sep 17 00:00:00 2001 From: gabe Date: Thu, 27 Jun 2024 19:18:22 -0700 Subject: [PATCH 2/2] pr comments --- index.html | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index d0402b3..c41033c 100644 --- a/index.html +++ b/index.html @@ -1527,7 +1527,7 @@

application/vp-ld+jwt

identifying a with a payload conforming to the - Verifiable Presentation Data Model. + Verifiable Presentations definition in the Verifiable Credential Data Model.

@@ -1621,7 +1621,7 @@

application/vp-ld+sd-jwt

identifying a with a payload conforming to the - Verifiable Presentation Data Model. + Verifiable Presentations definition in the Verifiable Credential Data Model.

@@ -1714,7 +1714,7 @@

application/vp-ld+cose

identifying a COSE object [[RFC9052]] with a payload conforming to the - Verifiable Presentation Data Model. + Verifiable Presentations definition in the Verifiable Credential Data Model.

@@ -2143,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.