Skip to content

Commit b510025

Browse files
committed
Pushed a preview for a DID vocab
1 parent f3b6258 commit b510025

File tree

6 files changed

+59
-83
lines changed

6 files changed

+59
-83
lines changed

previews/did/template.html

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
localBiblio: {
2424
},
2525
specStatus: "base",
26-
shortName: "ns/security",
27-
thisVersion: "https://w3c.github.io/vc-data-integrity/vocab/security/vocabulary.html",
28-
latestVersion: "https://w3id.org/security",
26+
shortName: "ns/did",
27+
thisVersion: "https://w3c.github.io/did/vocab/vocabulary.html",
28+
latestVersion: "https://www.w3.org/TR/did-1.1/",
2929
doJsonLd: true,
3030
editors: [{
3131
name: "Ivan Herman",
@@ -40,17 +40,7 @@
4040
company: "Digital Bazaar",
4141
companyURL: "http://digitalbazaar.com/",
4242
w3cid: 41758,
43-
},{
44-
name: "Dave Longley",
45-
company: "Digital Bazaar",
46-
companyURL: "http://digitalbazaar.com/",
47-
w3cid: 48025,
4843
}],
49-
// group : "vc",
50-
// github: {
51-
// repoURL: "https://github.com/w3c/vc-data-model",
52-
// branch: "main"
53-
// },
5444
alternateFormats: [
5545
{uri: "vocabulary.ttl", label: "Turtle"},
5646
{uri: "vocabulary.jsonld", label: "JSON-LD"}
@@ -218,8 +208,6 @@ <h2>Deprecated datatype definitions</h2>
218208
<section id="deprecated_individual_definitions" class="term_definitions">
219209
<h2>Deprecated individuals</h2>
220210
</section>
221-
</section>
222-
223-
211+
</section>
224212
</body>
225213
</html>

previews/did/vocabulary.context.jsonld

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
"@id": "https://w3id.org/security#assertionMethod",
4848
"@type": "@id"
4949
},
50-
"capabilityDelegationMethod": {
50+
"capabilityDelegation": {
5151
"@id": "https://w3id.org/security#capabilityDelegationMethod",
5252
"@type": "@id"
5353
},
54-
"capabilityInvocationMethod": {
54+
"capabilityInvocation": {
5555
"@id": "https://w3id.org/security#capabilityInvocationMethod",
5656
"@type": "@id"
5757
},
58-
"keyAgreementMethod": {
58+
"keyAgreement": {
5959
"@id": "https://w3id.org/security#keyAgreementMethod",
6060
"@type": "@id"
6161
}

0 commit comments

Comments
 (0)