|
11 | 11 | <script src='https://www.w3.org/Tools/respec/respec-w3c' class='remove'></script> |
12 | 12 | <script src="./common.js" class="remove"></script> |
13 | 13 | <script class="remove" |
14 | | - src="https://cdn.jsdelivr.net/gh/digitalbazaar/respec-vc@3.3.5/dist/main.js"></script> |
| 14 | + src="https://cdn.jsdelivr.net/gh/digitalbazaar/respec-vc@3.4.3/dist/main.js"></script> |
15 | 15 |
|
16 | 16 | <script class="remove"> |
17 | 17 | var respecConfig = { |
|
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: "2025-3-20", |
31 | | - crEnd: "2025-01-19", |
32 | | - prEnd: "2025-4-17", |
| 30 | + publishDate: "2025-5-15", |
| 31 | + //crEnd: "2025-01-19", |
| 32 | + //prEnd: "2025-4-17", |
33 | 33 | implementationReportURI: "https://w3c.github.io/vc-data-model-2.0-test-suite/", |
34 | 34 | errata: "https://w3c.github.io/vc-data-model/errata.html", |
35 | 35 | previousMaturity: "REC", |
|
270 | 270 | (<a href="mailto:public-vc-comments-request@w3.org?subject=subscribe">subscribe</a>, |
271 | 271 | <a href="https://lists.w3.org/Archives/Public/public-vc-comments/">archives</a>). |
272 | 272 | </p> |
273 | | - |
274 | 273 | </section> |
275 | 274 |
|
276 | 275 | <section class="informative"> |
@@ -1365,6 +1364,7 @@ <h3>Identifiers</h3> |
1365 | 1364 | </dl> |
1366 | 1365 |
|
1367 | 1366 | <pre class="example nohighlight vc" title="Use of the id property" |
| 1367 | + data-vc-tabs="ecdsa-rdfc-2019 ecdsa-sd-2023 bbs-2023 jose sd-jwt cose" |
1368 | 1368 | data-vc-vm="https://university.example/issuers/565049#key-1"> |
1369 | 1369 | { |
1370 | 1370 | "@context": [ |
@@ -1436,7 +1436,8 @@ <h3>Types</h3> |
1436 | 1436 | </dl> |
1437 | 1437 |
|
1438 | 1438 | <pre class="example nohighlight vc" title="Use of the type property" |
1439 | | - data-vc-vm="https://university.example/issuers/565049#key-1"> |
| 1439 | + data-vc-tabs="ecdsa-rdfc-2019 ecdsa-sd-2023 bbs-2023 jose sd-jwt cose" |
| 1440 | + data-vc-vm="https://university.example/issuers/565049#key-1"> |
1440 | 1441 | { |
1441 | 1442 | "@context": [ |
1442 | 1443 | "https://www.w3.org/ns/credentials/v2", |
@@ -1657,6 +1658,7 @@ <h3>Names and Descriptions</h3> |
1657 | 1658 |
|
1658 | 1659 | <pre class="example nohighlight vc" |
1659 | 1660 | title="Use of the name and description properties" |
| 1661 | + data-vc-tabs="ecdsa-rdfc-2019 ecdsa-sd-2023 bbs-2023 jose sd-jwt cose" |
1660 | 1662 | data-vc-vm="https://university.example/issuers/565049#key-1"> |
1661 | 1663 | { |
1662 | 1664 | "@context": [ |
@@ -1807,6 +1809,7 @@ <h3>Issuer</h3> |
1807 | 1809 | </dl> |
1808 | 1810 |
|
1809 | 1811 | <pre class="example nohighlight vc" title="Use of the issuer property" |
| 1812 | + data-vc-tabs="ecdsa-rdfc-2019 ecdsa-sd-2023 bbs-2023 jose sd-jwt cose" |
1810 | 1813 | data-vc-vm="https://university.example/issuers/14#key-1"> |
1811 | 1814 | { |
1812 | 1815 | "@context": [ |
@@ -1834,6 +1837,7 @@ <h3>Issuer</h3> |
1834 | 1837 |
|
1835 | 1838 | <pre class="example nohighlight vc" |
1836 | 1839 | title="Expanded use of the issuer property" |
| 1840 | + data-vc-tabs="ecdsa-rdfc-2019 ecdsa-sd-2023 bbs-2023 jose sd-jwt cose" |
1837 | 1841 | data-vc-vm="did:example:76e12ec712ebc6f1c221ebfeb1f#key-1"> |
1838 | 1842 | { |
1839 | 1843 | "@context": [ |
@@ -1893,6 +1897,7 @@ <h3>Credential Subject</h3> |
1893 | 1897 |
|
1894 | 1898 | <pre class="example nohighlight vc" |
1895 | 1899 | title="Use of the credentialSubject property" |
| 1900 | + data-vc-tabs="ecdsa-rdfc-2019 ecdsa-sd-2023 bbs-2023 jose sd-jwt cose" |
1896 | 1901 | data-vc-vm="https://university.example/issuers/565049#key-1"> |
1897 | 1902 | { |
1898 | 1903 | "@context": [ |
@@ -1992,6 +1997,7 @@ <h3>Validity Period</h3> |
1992 | 1997 |
|
1993 | 1998 | <pre class="example nohighlight vc" |
1994 | 1999 | title="Use of the validFrom and validUntil properties" |
| 2000 | + data-vc-tabs="ecdsa-rdfc-2019 ecdsa-sd-2023 bbs-2023 jose sd-jwt cose" |
1995 | 2001 | data-vc-vm="https://university.example/issuers/14#key-1"> |
1996 | 2002 | { |
1997 | 2003 | "@context": [ |
@@ -2883,6 +2889,7 @@ <h3>Extensibility</h3> |
2883 | 2889 |
|
2884 | 2890 | <pre class="example nohighlight vc" |
2885 | 2891 | title="A simple credential" |
| 2892 | + data-vc-tabs="ecdsa-rdfc-2019 ecdsa-sd-2023 bbs-2023 jose sd-jwt cose" |
2886 | 2893 | data-vc-vm="https://university.example/issuers/14#keys-1"> |
2887 | 2894 | { |
2888 | 2895 | "@context": [ |
@@ -5294,6 +5301,7 @@ <h3>Bearer Credentials</h3> |
5294 | 5301 |
|
5295 | 5302 | <pre class="example nohighlight vc" |
5296 | 5303 | title="Use of issuer properties" |
| 5304 | + data-vc-tabs="ecdsa-rdfc-2019 ecdsa-sd-2023 bbs-2023 jose sd-jwt cose" |
5297 | 5305 | data-vc-vm="https://university.example/issuers/14#keys-1"> |
5298 | 5306 | { |
5299 | 5307 | "@context": [ |
|
0 commit comments