-
Notifications
You must be signed in to change notification settings - Fork 1
/
common.js
81 lines (80 loc) · 2.78 KB
/
common.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
/* globals omitTerms, respecConfig, $, require */
/* exported linkCrossReferences, restrictReferences, fixIncludes */
var ccg = {
// Add as the respecConfig localBiblio variable
// Extend or override global respec references
localBiblio: {
"DID-RESOLUTION": {
title: "Decentralized Identifier Resolution",
href: "https://w3c-ccg.github.io/did-resolution/",
authors: ["Markus Sabadello", "Dmitri Zagidulin"],
status: "Draft Community Group Report",
publisher: "Credentials Community Group",
},
"LD-PROOFS": {
title: "Linked Data Proofs",
href: "https://w3c-dvcg.github.io/ld-proofs/",
authors: ["Manu Sporny", "Dave Longley"],
status: "CG-DRAFT",
publisher: "Digital Verification Community Group",
},
"DATA-AGREEMENTS": {
title: "Data Agreements",
href: "https://identity.foundation.github.io/vui/dataAgreements",
authors: ["José San Juan"],
status: "unofficial",
publisher: "GATACA",
},
"VUI-PRESENTATION-EXCHANGE": {
title: "Vui presentation exchange extension",
href: "https://identity.foundation.github.io/vui/presentationExchange",
authors: ["José San Juan"],
status: "unofficial",
publisher: "GATACA",
},
"VERIFIABLE-CONSENTS": {
title: "Verifier APIS - Verifiable consents",
href: "https://identity.foundation.github.io/vui/v0#verifiable-consent",
authors: ["José San Juan"],
status: "unofficial",
publisher: "GATACA",
},
"ISSUER-RESOLUTION": {
title: "Issuer Resolution",
href: "https://identity.foundation.github.io/vui/issuerResolution",
authors: ["José San Juan"],
status: "unofficial",
publisher: "GATACA",
},
"DIF-PRESENTATION-EXCHANGE": {
title: "Issuer Resolution",
href: "https://identity.foundation/presentation-exchange",
publisher: "DIF",
authors: [
"Daniel Buchner",
"Brent Zundel",
"Martin Riedel",
"Kim Hamilton Duffy",
],
},
ADA: {
title: "Automated Data Agreements",
href: "https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/data-agreement-specification.md",
authors: ["Jan Linquist", "Lotta Lundin", "Lal Chandran"],
publisher: "IGrantio",
},
"KANTARA-CONSENTS": {
title: "Consent receipt specification",
href: "https://github.com/decentralised-dataexchange/automated-data-agreements/blob/main/docs/data-agreement-specification.md",
authors: ["Mark Lizar", "David Turner"],
publisher: "Kantara",
},
VUI: {
title: "Verifier Universal Interface",
href: "https://identity.foundation/github.io/vui",
authors: ["José San Juan"],
status: "unofficial",
publisher: "GATACA",
},
},
};