-
Notifications
You must be signed in to change notification settings - Fork 3
/
respecConfig.json
63 lines (63 loc) · 1.69 KB
/
respecConfig.json
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
{
"shortName": "vc-jose-cose-test-suite",
"group": "vc",
"specStatus": "NOTE",
"subtitle": "Securing Verifiable Credentials using JOSE and COSE Interoperability Report",
"github": "https://github.com/w3c/vc-jose-cose-test-suite",
"edDraftURI": "https://w3c.github.io/vc-jose-cose-test-suite/",
"doJsonLd": true,
"includePermalinks": false,
"otherLinks": [
{
"key": "Related Specifications",
"data": [
{
"value": "The Verifiable Credentials Data Model v2.0",
"href": "https://www.w3.org/TR/vc-data-model-2.0/"
},
{
"value": "Securing Verifiable Credentials using JOSE and COSE",
"href": "https://www.w3.org/TR/vc-jose-cose/"
}
]
}
],
"editors": [
{
"name": "Michael Jones",
"url": "https://github.com/selfissued",
"company": "Self-Issued Consulting",
"companyURL": "https://self-issued.consulting"
},
{
"name": "Michael Prorock",
"url": "https://github.com/mprorock",
"company": "Mesur.io",
"companyURL": "https://mesur.io/"
},
{
"name": "Gabe Cohen",
"url": "https://github.com/decentralgabe",
"company": "Invited Expert"
}
],
"authors": [
{
"name": "Michael Jones",
"url": "https://github.com/selfissued",
"company": "Self-Issued Consulting",
"companyURL": "https://self-issued.consulting"
},
{
"name": "Michael Prorock",
"url": "https://github.com/mprorock",
"company": "Mesur.io",
"companyURL": "https://mesur.io/"
},
{
"name": "Gabe Cohen",
"url": "https://github.com/decentralgabe",
"company": "Invited Expert"
}
]
}