forked from decentralized-identity/credential-manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
specs.json
29 lines (28 loc) · 983 Bytes
/
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
{
"specs": [
{
"title": "DIF Credential Manifest",
"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": "credential-manifest"
}
},
{
"title": "DIF Wallet Rendering",
"spec_directory": "./wallet-rendering",
"output_path": "./build/wallet-rendering",
"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": "credential-manifest"
}
}
]
}