From 16f33f30b6572ded1c7c9dd19c065fb9b21c4e77 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Sat, 8 Apr 2023 15:08:56 -0400 Subject: [PATCH 1/2] Add "Media Type Extensions" category. --- index.html | 14 +++++++++++++- specifications/vc-jwt.json | 9 +++++++++ tooling/specification-entry.yml | 1 + 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 specifications/vc-jwt.json diff --git a/index.html b/index.html index 13da473..73480a0 100644 --- a/index.html +++ b/index.html @@ -249,7 +249,7 @@

Specification Entry Format

The Verifiable Credential extension category of the specification, which can be one of the following values: `credentialStatus`, `credentialSchema`, -`evidence`, `proof`, `refreshService`, `termsOfUse`, or `vc`. +`evidence`, `media-type`, `proof`, `refreshService`, `termsOfUse`, or `vc`. For example: `credentialStatus`.

The extensions might define a `@type`. See [[JSON-LD11]]. @@ -391,7 +391,19 @@

Type-based Extensions

+
+

Media Type Extensions

+ + + + + + + +
SpecificationDescription
+ +
diff --git a/specifications/vc-jwt.json b/specifications/vc-jwt.json new file mode 100644 index 0000000..745e611 --- /dev/null +++ b/specifications/vc-jwt.json @@ -0,0 +1,9 @@ +{ + "name": "application/vc+jwt", + "summary": "Securing Verifiable Credentials using JSON Web Tokens.", + "specification": "https://w3c.github.io/vc-jwt/", + "category": "media-type", + "maintainerEmail": "public-vc-wg@w3.org", + "maintainerName": "W3C Verifiable Credentials Working Group", + "maintainerWebsite": "https://www.w3.org/groups/wg/vc" +} diff --git a/tooling/specification-entry.yml b/tooling/specification-entry.yml index 5b8ccd8..ac35254 100644 --- a/tooling/specification-entry.yml +++ b/tooling/specification-entry.yml @@ -30,6 +30,7 @@ properties: - credentialStatus - credentialSchema - evidence + - media-type - proof - refreshService - termsOfUse From 2f3c10409354a33bd48d0a376ce6015351169dfc Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Fri, 4 Aug 2023 15:48:33 -0400 Subject: [PATCH 2/2] Align extensions section with current specification status. Co-authored-by: Orie Steele --- specifications/vc-jwt.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specifications/vc-jwt.json b/specifications/vc-jwt.json index 745e611..777121b 100644 --- a/specifications/vc-jwt.json +++ b/specifications/vc-jwt.json @@ -1,7 +1,7 @@ { - "name": "application/vc+jwt", - "summary": "Securing Verifiable Credentials using JSON Web Tokens.", - "specification": "https://w3c.github.io/vc-jwt/", + "name": "application/vc+ld+json+jwt", + "summary": "Securing Verifiable Credentials using JOSE and COSE", + "specification": "https://www.w3.org/TR/vc-jose-cose/", "category": "media-type", "maintainerEmail": "public-vc-wg@w3.org", "maintainerName": "W3C Verifiable Credentials Working Group",