From 44568ede76d1d0229b7c61b115fcf37a49039038 Mon Sep 17 00:00:00 2001
From: Manu Sporny
Date: Sat, 5 Oct 2024 17:35:24 -0400
Subject: [PATCH] Prepare specification for 2nd Candidate Recommendation.
---
index.html | 49 ++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 46 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html
index 01cc13ab9..5e5670da0 100644
--- a/index.html
+++ b/index.html
@@ -18,7 +18,7 @@
group: "vc",
// specification status (for example, WD, LCWD, NOTE, etc.). If in doubt use ED.
- specStatus: "CRD",
+ specStatus: "CR",
// the specification's short name, as in http://www.w3.org/TR/short-name/
shortName: "vc-data-model-2.0",
@@ -27,8 +27,8 @@
//subtitle: "Expressing information with verifiable provenance",
// if you wish the publication date to be other than today, set this
- //publishDate: "2024-01-23",
- crEnd: "2024-03-23",
+ publishDate: "2024-11-05",
+ crEnd: "2024-12-05",
//prEnd: "2019-10-01",
implementationReportURI: "https://w3c.github.io/vc-data-model-2.0-test-suite/",
//errata: "https://w3c.github.io/vc-data-model/errata.html",
@@ -288,6 +288,14 @@
implementation report for more details.
+
+Any feature with less than two independent implementations in the
+
+implementation report is an "at risk" feature and might be
+removed before the transition to W3C Proposed Recommendation.
+
+
Comments regarding this specification are welcome at any time.
Please file issues directly on
@@ -7380,6 +7388,41 @@
Revision History
Changes since the
+
+v2.0 First Candidate Recommendation:
+
+
+ -
+Many editorial updates to clarify grammar, flow, and understanding of the
+specification contents.
+
+ -
+Required that the verifier check digest values if they are provided by the
+issuer.
+
+ -
+Removed the ProblemDetail integer error codes.
+
+ -
+Removed `@vocab` from the base context and added warnings about its use in
+application-specific context files.
+
+ -
+Added support for two digest formats for resource integrity.
+
+ -
+Finalized media types for `application/vc` and `application/vp`.
+
+ -
+Updates to the v2 JSON-LD Context to match new additions.
+
+ -
+Added a section on enveloped verifiable presentations.
+
+
+
+
+Changes since the
v1.1 Recommendation: