|
55 | 55 | company: "Spec-Ops", companyURL: "https://spec-ops.io/",
|
56 | 56 | w3cid: "44770" }
|
57 | 57 | ],
|
58 |
| - |
59 | 58 | // authors, add as many as you like.
|
60 | 59 | // This is optional, uncomment if you have authors as well as editors.
|
61 | 60 | // only "name" is required. Same format as editors.
|
|
66 | 65 | { name: "Dave Longley", url: "http://digitalbazaar.com/",
|
67 | 66 | company: "Digital Bazaar", companyURL: "http://digitalbazaar.com/"}
|
68 | 67 | ],
|
69 |
| - |
70 | 68 | // name of the WG
|
71 | 69 | wg: "Verifiable Claims Working Group",
|
72 | 70 |
|
@@ -677,7 +675,10 @@ <h2>Types</h2>
|
677 | 675 |
|
678 | 676 | <pre class="example nohighlight" title="Usage of the type property">
|
679 | 677 | {
|
680 |
| - "@context": "https://w3id.org/credentials/v1", |
| 678 | + "@context": [ |
| 679 | + "https://w3.org/2018/credentials/v1", |
| 680 | + "https://example.com/examples/v1" |
| 681 | + ], |
681 | 682 | "id": "http://dmv.example.gov/credentials/3732",
|
682 | 683 | <span class="highlight">"type": ["VerifiableCredential", "ProofOfAgeCredential"]</span>,
|
683 | 684 | "claim": {
|
@@ -819,7 +820,10 @@ <h2>Issuer</h2>
|
819 | 820 | </dl>
|
820 | 821 | <pre class="example nohighlight" title="Usage of issuer properties">
|
821 | 822 | {
|
822 |
| - "@context": "https://w3id.org/credentials/v1", |
| 823 | + "@context": [ |
| 824 | + "https://w3.org/2018/credentials/v1", |
| 825 | + "https://example.com/examples/v1" |
| 826 | + ], |
823 | 827 | "id": "http://dmv.example.gov/credentials/3732",
|
824 | 828 | "type": ["VerifiableCredential", "ProofOfAgeCredential"],
|
825 | 829 | <span class="highlight">"issuer": "https://dmv.example.gov/issuers/14"</span>,
|
@@ -852,7 +856,10 @@ <h2>Proofs (e.g., Signatures)</h2>
|
852 | 856 | <pre class="example nohighlight"
|
853 | 857 | title="Usage of proof property on a verifiable credential">
|
854 | 858 | {
|
855 |
| - "@context": "https://w3id.org/credentials/v1", |
| 859 | + "@context": [ |
| 860 | + "https://w3.org/2018/credentials/v1", |
| 861 | + "https://example.com/examples/v1" |
| 862 | + ], |
856 | 863 | "id": "http://example.gov/credentials/3732",
|
857 | 864 | "type": ["VerifiableCredential", "ProofOfAgeCredential"],
|
858 | 865 | "issuer": "https://dmv.example.gov",
|
@@ -900,7 +907,10 @@ <h2>Expiration</h2>
|
900 | 907 |
|
901 | 908 | <pre class="example nohighlight" title="Usage of expirationDate property">
|
902 | 909 | {
|
903 |
| - "@context": "https://w3id.org/credentials/v1", |
| 910 | + "@context": [ |
| 911 | + "https://w3.org/2018/credentials/v1", |
| 912 | + "https://example.com/examples/v1" |
| 913 | + ], |
904 | 914 | "id": "http://dmv.example.gov/credentials/3732",
|
905 | 915 | "type": ["VerifiableCredential", "ProofOfAgeCredential"],
|
906 | 916 | "issuer": "https://dmv.example.gov/issuers/14",
|
@@ -955,7 +965,10 @@ <h2>Status</h2>
|
955 | 965 |
|
956 | 966 | <pre class="example nohighlight" title="Usage of status property">
|
957 | 967 | {
|
958 |
| - "@context": "https://w3id.org/credentials/v1", |
| 968 | + "@context": [ |
| 969 | + "https://w3.org/2018/credentials/v1", |
| 970 | + "https://example.com/examples/v1" |
| 971 | + ], |
959 | 972 | "id": "http://dmv.example.gov/credentials/3732",
|
960 | 973 | "type": ["VerifiableCredential", "ProofOfAgeCredential"],
|
961 | 974 | "issuer": "https://dmv.example.gov/issuers/14",
|
@@ -996,7 +1009,10 @@ <h2>Presentations</h2>
|
996 | 1009 |
|
997 | 1010 | <pre class="example nohighlight" title="Basic structure of a presentation">
|
998 | 1011 | {
|
999 |
| - "@context": "https://w3id.org/credentials/v1", |
| 1012 | + "@context": [ |
| 1013 | + "https://w3.org/2018/credentials/v1", |
| 1014 | + "https://example.com/examples/v1" |
| 1015 | + ], |
1000 | 1016 | "id": "urn:uuid:3978344f-8596-4c3a-a978-8fcaba3903c5",
|
1001 | 1017 | "type": ["VerifiablePresentation"],
|
1002 | 1018 | <span class="highlight">"verifiableCredential": [{ ... }],
|
@@ -1102,7 +1118,10 @@ <h2>Extensibility</h2>
|
1102 | 1118 |
|
1103 | 1119 | <pre class="example nohighlight" title="A simple credential">
|
1104 | 1120 | {
|
1105 |
| - "@context": "https://w3id.org/credentials/v1", |
| 1121 | + "@context": [ |
| 1122 | + "https://w3.org/2018/credentials/v1", |
| 1123 | + "https://example.com/examples/v1" |
| 1124 | + ], |
1106 | 1125 | "id": "http://example.com/credentials/4643",
|
1107 | 1126 | "type": ["VerifiableCredential"],
|
1108 | 1127 | "issuer": "https://example.com/issuers/14",
|
@@ -1152,7 +1171,7 @@ <h2>Extensibility</h2>
|
1152 | 1171 | title="A verifiable credential with a custom extension">
|
1153 | 1172 | {
|
1154 | 1173 | "@context": <span class="highlight">[
|
1155 |
| - </span>"https://w3id.org/credentials/v1", |
| 1174 | + </span>"https://w3.org/2018/credentials/v1", |
1156 | 1175 | <span class="highlight">"https://example.com/contexts/mycontext.jsonld"
|
1157 | 1176 | ]</span>,
|
1158 | 1177 | "id": "http://example.com/credentials/4643",
|
@@ -1288,7 +1307,7 @@ <h2>Refreshing</h2>
|
1288 | 1307 | <pre class="example nohighlight" title="Usage of termsOfUse property by an Issuer">
|
1289 | 1308 | {
|
1290 | 1309 | "@context": [
|
1291 |
| - "https://w3id.org/credentials/v1", |
| 1310 | + "https://w3.org/2018/credentials/v1", |
1292 | 1311 | "https://example.org/motorlicense/v1"
|
1293 | 1312 | ],
|
1294 | 1313 | "id": "http://dmv.example.gov/credentials/3732",
|
@@ -1361,7 +1380,7 @@ <h2>Terms of Use</h2>
|
1361 | 1380 | <pre class="example nohighlight" title="Usage of termsOfUse property by an Issuer">
|
1362 | 1381 | {
|
1363 | 1382 | "@context": [
|
1364 |
| - "https://w3id.org/credentials/v1", |
| 1383 | + "https://w3.org/2018/credentials/v1", |
1365 | 1384 | "https://example.org/motorlicense/v1"
|
1366 | 1385 | ],
|
1367 | 1386 | "id": "http://dmv.example.gov/credentials/3732",
|
@@ -1395,7 +1414,7 @@ <h2>Terms of Use</h2>
|
1395 | 1414 | <pre class="example nohighlight" title="Usage of termsOfUse property by a Holder">
|
1396 | 1415 | {
|
1397 | 1416 | "@context": [
|
1398 |
| - "https://w3id.org/credentials/v1", |
| 1417 | + "https://w3.org/2018/credentials/v1", |
1399 | 1418 | "https://example.org/motorlicense/v1"
|
1400 | 1419 | ],
|
1401 | 1420 | "id": "did:example:ebfeb1f712ebc6f1c276e12ec21",
|
@@ -1485,7 +1504,7 @@ <h2>Evidence</h2>
|
1485 | 1504 | <pre class="example nohighlight" title="Usage of evidence property">
|
1486 | 1505 | {
|
1487 | 1506 | "@context": [
|
1488 |
| - "https://w3id.org/credentials/v1", |
| 1507 | + "https://w3.org/2018/credentials/v1", |
1489 | 1508 | "https://example.org/motorlicense/v1"
|
1490 | 1509 | ],
|
1491 | 1510 | "id": "http://dmv.example.gov/credentials/3732",
|
@@ -1579,7 +1598,7 @@ <h2>Credential Uniquely Identifies Subject</h2>
|
1579 | 1598 | <pre class="example nohighlight" title="An example of a credential
|
1580 | 1599 | that uniquely identifies a subject">
|
1581 | 1600 | {
|
1582 |
| - "@context": ["https://w3id.org/credentials/v1", "https://schema.org/"] |
| 1601 | + "@context": ["https://w3.org/2018/credentials/v1", "https://schema.org/"] |
1583 | 1602 | "id": "http://dmv.example.gov/credentials/332",
|
1584 | 1603 | "type": ["VerifiableCredential", "IdentityCredential"],
|
1585 | 1604 | "issuer": "https://dmv.example.gov/issuers/4",
|
@@ -1941,7 +1960,10 @@ <h2>Disputes</h2>
|
1941 | 1960 | <pre class="example nohighlight"
|
1942 | 1961 | title="Expressing a disputed credential">
|
1943 | 1962 | {
|
1944 |
| - "@context": "https://w3id.org/credentials/v1", |
| 1963 | + "@context": [ |
| 1964 | + "https://w3.org/2018/credentials/v1", |
| 1965 | + "https://example.com/examples/v1" |
| 1966 | + ], |
1945 | 1967 | "id": "http://example.com/credentials/245",
|
1946 | 1968 | "type": ["VerifiableCredential", "DisputeCredential"],
|
1947 | 1969 | <span class="highlight">"claim": {
|
@@ -2143,7 +2165,7 @@ <h2>JSON-LD</h2>
|
2143 | 2165 | processing a <a>verifiable credential</a> or <a>verifiable presentation</a>,
|
2144 | 2166 | and a <code>@context</code> property is not present at the top-level of the
|
2145 | 2167 | JSON-LD document, then a <code>@context</code> property with a value of
|
2146 |
| -<code>https://w3id.org/credentials/v1</code> MUST be assumed. |
| 2168 | +<code>https://w3.org/2018/credentials/v1</code> MUST be assumed. |
2147 | 2169 | </p>
|
2148 | 2170 |
|
2149 | 2171 | </section>
|
@@ -2623,7 +2645,10 @@ <h3>Bearer Credentials</h3>
|
2623 | 2645 |
|
2624 | 2646 | <pre class="example nohighlight" title="Usage of issuer properties">
|
2625 | 2647 | {
|
2626 |
| - "@context": "https://w3id.org/credentials/v1", |
| 2648 | + "@context": [ |
| 2649 | + "https://w3.org/2018/credentials/v1", |
| 2650 | + "https://example.com/examples/v1" |
| 2651 | + ], |
2627 | 2652 | "id": "http://dmv.example.gov/credentials/temporary/28934792387492384",
|
2628 | 2653 | "type": ["VerifiableCredential", "ProofOfAgeCredential"],
|
2629 | 2654 | "issuer": "https://dmv.example.gov/issuers/14",
|
@@ -3153,8 +3178,8 @@ <h3>Device Theft and Impersonation</h3>
|
3153 | 3178 | </section>
|
3154 | 3179 | <section>
|
3155 | 3180 | <h2>Accessibility Impact</h2>
|
3156 |
| - <p>There are a number of accessibility considerations of which implementors should be aware when processing data described in this specification. As with any implementation of web standards or protocols, ignoring accessibility issues will make this information unusable to a large subset of the population. It is important to follow accessiblity guidelines and standards such as [WCAG21] to ensure that all people, regardless of ability can make use of this data. This is especially important when establishing cryptography and encryption which historically have created problems for assistive technologies. |
3157 |
| - |
| 3181 | + <p>There are a number of accessibility considerations of which implementors should be aware when processing data described in this specification. As with any implementation of web standards or protocols, ignoring accessibility issues will make this information unusable to a large subset of the population. It is important to follow accessiblity guidelines and standards such as [WCAG21] to ensure that all people, regardless of ability can make use of this data. This is especially important when establishing cryptography and encryption which historically have created problems for assistive technologies. |
| 3182 | + |
3158 | 3183 | </body>
|
3159 | 3184 | </html>
|
3160 | 3185 |
|
0 commit comments