-
Notifications
You must be signed in to change notification settings - Fork 112
/
specs.json
57 lines (56 loc) · 1.57 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
{
"public_root": "./www",
"resource_path": "./www",
"specs": [
{
"title": "DIF Sidetree Protocol",
"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": "sidetree"
},
"output_path": "./www/spec",
"spec_directory": "./docs/spec",
"markdown_paths": [
"title.md",
"abstract.md",
"intro.md",
"terminology.md",
"versioning.md",
"parameters.md",
"common-functions.md",
"topology.md",
"file-structures.md",
"did-uri.md",
"json-web-signatures.md",
"operations.md",
"patches.md",
"processing.md",
"pof.md",
"resolution.md",
"method-versioning.md",
"context.md",
"guidelines.md",
"appendix.md"
]
},
{
"title": "DIF Sidetree REST API",
"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": "sidetree"
},
"output_path": "./www/api",
"spec_directory": "./docs/api",
"markdown_paths": [
"title.md",
"content.md"
]
}
]
}