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..777121b --- /dev/null +++ b/specifications/vc-jwt.json @@ -0,0 +1,9 @@ +{ + "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", + "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