-
Notifications
You must be signed in to change notification settings - Fork 15
/
respecConfig.json
27 lines (27 loc) · 1.02 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
{
"shortName": "vc2.0-test-suite",
"group": "vc",
"specStatus": "base",
"subtitle": "Verifiable Credentials Data Model v2.0 Interoperability Report",
"github": "https://github.com/w3c/vc-data-model-2.0-test-suite",
"edDraftURI": "https://w3c.github.io/vc-data-model-2.0-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/"
}]
}],
"editors": [
{ "name": "Charles E. Lehner", "url": "https://www.w3.org/wiki/User:Cel" },
{ "name": "Andrew Jones", "url": "https://github.com/aljones15",
"company": "Digital Bazaar", "companyURL": "https://digitalbazaar.com/"}
],
"authors": [
{ "name": "Charles E. Lehner", "url": "https://www.w3.org/wiki/User:Cel" },
{ "name": "Andrew Jones", "url": "https://github.com/aljones15",
"company": "Digital Bazaar", "companyURL": "https://digitalbazaar.com/"}
]
}