|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html>
|
3 | 3 | <head>
|
4 |
| - <title>Verifiable Credentials Data Model v1.1</title> |
| 4 | + <title>Verifiable Credentials Data Model v2.0</title> |
5 | 5 | <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
|
6 | 6 | <!--
|
7 | 7 | === NOTA BENE ===
|
|
18 | 18 | group: "vc",
|
19 | 19 |
|
20 | 20 | // specification status (e.g., WD, LCWD, NOTE, etc.). If in doubt use ED.
|
21 |
| - specStatus: "REC", |
| 21 | + specStatus: "FPWD", |
22 | 22 |
|
23 | 23 | // the specification's short name, as in http://www.w3.org/TR/short-name/
|
24 | 24 | shortName: "vc-data-model",
|
|
27 | 27 | //subtitle: "Expressing information with verifiable provenance",
|
28 | 28 |
|
29 | 29 | // if you wish the publication date to be other than today, set this
|
30 |
| - publishDate: "2022-03-03", |
| 30 | + publishDate: "2022-08-04", |
31 | 31 | //crEnd: "2019-08-21",
|
32 | 32 | //prEnd: "2019-10-01",
|
33 |
| - implementationReportURI: "https://w3c.github.io/vc-test-suite/implementations/", |
34 |
| - errata: "https://w3c.github.io/vc-data-model/errata.html", |
| 33 | + //implementationReportURI: "https://w3c.github.io/vc-test-suite/implementations/", |
| 34 | + //errata: "https://w3c.github.io/vc-data-model/errata.html", |
35 | 35 | previousMaturity: "REC",
|
36 |
| - previousPublishDate: "2019-11-19", |
| 36 | + previousPublishDate: "2022-03-03", |
37 | 37 |
|
38 | 38 | // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
|
39 | 39 | // and its maturity status
|
|
146 | 146 |
|
147 | 147 | <section id='sotd'>
|
148 | 148 | <p>
|
149 |
| -Comments regarding this specification are welcome at any time, but readers |
150 |
| -should be aware that the comment period regarding this specific version of the |
151 |
| -document have ended and the Working Group will not be making |
152 |
| -substantive modifications to this version of the specification at this stage. |
| 149 | +Comments regarding this specification are welcome at any time. |
153 | 150 | Please file issues directly on
|
154 | 151 | <a href="https://github.com/w3c/vc-data-model/issues/">GitHub</a>,
|
155 | 152 | or send them to
|
|
158 | 155 | <a href="https://lists.w3.org/Archives/Public/public-vc-comments/">archives</a>).
|
159 | 156 | </p>
|
160 | 157 |
|
161 |
| - <p> |
162 |
| -The Working Group has received implementation feedback showing that there are at |
163 |
| -least two implementations for each normative feature in the specification. The |
164 |
| -group has obtained reports from fourteen (14) implementations. For details, see |
165 |
| -the <a href="https://github.com/w3c/vc-test-suite/">test suite</a> and <a |
166 |
| -href="https://w3c.github.io/vc-test-suite/implementations/">implementation |
167 |
| -report</a>. |
168 |
| - </p> |
169 |
| - |
170 | 158 | </section>
|
171 | 159 |
|
172 | 160 | <section class="informative">
|
@@ -6102,16 +6090,26 @@ <h2>IANA Considerations</h2>
|
6102 | 6090 | <h2>Revision History</h2>
|
6103 | 6091 |
|
6104 | 6092 | <p>
|
6105 |
| -This section contains the substantive changes that have been made since the |
6106 |
| -publication of v1.0 of this specification as a W3C Recommendation. |
| 6093 | +This section contains the substantive changes that have been made to this |
| 6094 | +specification over time. |
6107 | 6095 | </p>
|
6108 | 6096 |
|
6109 | 6097 | <p>
|
6110 |
| -Changes since the <a |
6111 |
| -href="https://www.w3.org/TR/2019/REC-vc-data-model-20191119/"> Recommendation |
6112 |
| -</a>: |
| 6098 | +Changes since the |
| 6099 | +<a href="https://www.w3.org/TR/2022/REC-vc-data-model-20220303/"> |
| 6100 | +v1.1 Recommendation</a>: |
6113 | 6101 | </p>
|
| 6102 | + <ul> |
| 6103 | + <li> |
| 6104 | +Increment version number to v2.0 and remove prior REC-track comments. |
| 6105 | + </li> |
| 6106 | + </ul> |
6114 | 6107 |
|
| 6108 | + <p> |
| 6109 | +Changes since the |
| 6110 | +<a href="https://www.w3.org/TR/2019/REC-vc-data-model-20191119/"> |
| 6111 | +v1.0 Recommendation</a>: |
| 6112 | + </p> |
6115 | 6113 | <ul>
|
6116 | 6114 | <li>
|
6117 | 6115 | Add this revision history section.
|
|
0 commit comments