diff --git a/contexts/v1.jsonld b/contexts/v1.jsonld index bd34a1d..4027c1d 100644 --- a/contexts/v1.jsonld +++ b/contexts/v1.jsonld @@ -16,54 +16,39 @@ } }, - "RevocationList2021": { + "StatusList2021": { "@id": - "https://w3id.org/vc/status-list#RevocationList2021", + "https://w3id.org/vc/status-list#StatusList2021", "@context": { "@protected": true, "id": "@id", "type": "@type", + "statusPurpose": + "https://w3id.org/vc/status-list#statusPurpose", "encodedList": "https://w3id.org/vc/status-list#encodedList" } }, - "RevocationList2021Status": { + "StatusList2021Entry": { "@id": - "https://w3id.org/vc/status-list#RevocationList2021Status", + "https://w3id.org/vc/status-list#StatusList2021Entry", "@context": { "@protected": true, "id": "@id", "type": "@type", - "statusListCredential": { - "@id": - "https://w3id.org/vc/status-list#statusListCredential", - "@type": "@id" - }, + "statusPurpose": + "https://w3id.org/vc/status-list#statusPurpose", "statusListIndex": - "https://w3id.org/vc/status-list#statusListIndex" - } - }, - - "SuspensionList2021Status": { - "@id": - "https://w3id.org/vc/status-list#SuspensionList2021Status", - "@context": { - "@protected": true, - - "id": "@id", - "type": "@type", - + "https://w3id.org/vc/status-list#statusListIndex", "statusListCredential": { "@id": "https://w3id.org/vc/status-list#statusListCredential", "@type": "@id" - }, - "statusListIndex": - "https://w3id.org/vc/status-list#statusListIndex" + } } } } diff --git a/index.html b/index.html index 5f30637..c0c7bce 100644 --- a/index.html +++ b/index.html @@ -107,7 +107,14 @@ // Team Contact. //wgPatentURI: "https://www.w3.org/2004/01/pp-impl/98922/status", maxTocLevel: 2, - inlineCSS: true + inlineCSS: true, + otherLinks: [{ + key: "Related Documents", + data: [{ + value: "Verifiable Credentials Data Model", + href: "https://www.w3.org/TR/vc-data-model/" + }] + }] };