-
Notifications
You must be signed in to change notification settings - Fork 36
/
specs.json
64 lines (64 loc) · 2.4 KB
/
specs.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
64
{
"specs": [
{
"title": "DIF Presentation Exchange",
"spec_directory": "./spec/v1.0.0",
"output_path": "./build/spec/v1.0.0",
"logo": "https://rawcdn.githack.com/decentralized-identity/decentralized-identity.github.io/a3ca39717e440302d1fd99a796e7f00e1c42eb2d/images/logo-flat.svg",
"logo_link": "https://identity.foundation",
"source": {
"host": "github",
"account": "decentralized-identity",
"repo": "presentation-exchange"
}
},
{
"title": "DIF Presentation Exchange",
"spec_directory": "./spec/v2.0.0",
"output_path": "./build/spec/v2.0.0",
"logo": "https://rawcdn.githack.com/decentralized-identity/decentralized-identity.github.io/a3ca39717e440302d1fd99a796e7f00e1c42eb2d/images/logo-flat.svg",
"logo_link": "https://identity.foundation",
"source": {
"host": "github",
"account": "decentralized-identity",
"repo": "presentation-exchange"
}
},
{
"title": "DIF Presentation Exchange",
"spec_directory": "./spec/v2.1.0",
"output_path": "./build/spec/v2.1.0",
"logo": "https://rawcdn.githack.com/decentralized-identity/decentralized-identity.github.io/a3ca39717e440302d1fd99a796e7f00e1c42eb2d/images/logo-flat.svg",
"logo_link": "https://identity.foundation",
"source": {
"host": "github",
"account": "decentralized-identity",
"repo": "presentation-exchange"
}
},
{
"title": "DIF Presentation Exchange",
"spec_directory": "./spec/v2.1.1",
"output_path": "./build/spec/v2.1.1",
"logo": "https://rawcdn.githack.com/decentralized-identity/decentralized-identity.github.io/a3ca39717e440302d1fd99a796e7f00e1c42eb2d/images/logo-flat.svg",
"logo_link": "https://identity.foundation",
"source": {
"host": "github",
"account": "decentralized-identity",
"repo": "presentation-exchange"
}
},
{
"title": "DIF Presentation Exchange",
"spec_directory": "./spec",
"output_path": "./build",
"logo": "https://rawcdn.githack.com/decentralized-identity/decentralized-identity.github.io/a3ca39717e440302d1fd99a796e7f00e1c42eb2d/images/logo-flat.svg",
"logo_link": "https://identity.foundation",
"source": {
"host": "github",
"account": "decentralized-identity",
"repo": "presentation-exchange"
}
}
]
}