From 8dd664652c794d16320cf54aaccb2c23d83657ec Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Sat, 17 Feb 2024 11:29:28 -0600 Subject: [PATCH] Add JWT media types registration requests --- index.html | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) diff --git a/index.html b/index.html index 9c835908..43926365 100644 --- a/index.html +++ b/index.html @@ -1206,6 +1206,96 @@

IANA Considerations

Media Types

+ +
+

application/vc+ld+json+jwt

+

+ This specification registers the + application/vc+ld+json+jwt Media Type specifically for + identifying a + conforming to the Verifiable Credential Data Model. +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Type name: `application`
Subtype name: `vc+ld+json+jwt`
Required parameters: None
Encoding considerations: + binary; `application/jwt` values are a series of base64url-encoded values + (some of which may be the empty string) separated by period ('.'). +
Security considerations: +

As defined in this specification. See also the security + considerations in .

+
Contact: + W3C Verifiable Credentials Working Group public-vc-wg@w3.org +
+
+
+

application/vp+ld+json+jwt

+

+ This specification registers the + application/vp+ld+json+jwt Media Type specifically for + identifying a + conforming to the Verifiable Presentations. +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Type name: application
Subtype name: vp+ld+json+jwt
Required parameters: None
Encoding considerations: + binary; `application/jwt` values are a series of base64url-encoded values + (some of which may be the empty string) separated by period ('.'). +
Security considerations: +

As defined in this specification. See also the security + considerations in .

+
Contact: + W3C Verifiable Credentials Working Group public-vc-wg@w3.org +
+
+

application/vc+ld+json+sd-jwt