-
Notifications
You must be signed in to change notification settings - Fork 13
/
specs.json
40 lines (39 loc) · 1.14 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
{
"specs": [
{
"title": "DID Method did:webs Specification",
"spec_directory": "./spec",
"output_path": "./docs",
"markdown_paths": [
"header.md",
"abstract.md",
"status_copyright_toc.md",
"introduction.md",
"requirements_notations_conventions.md",
"core.md",
"diddocuments.md",
"didparameters.md",
"did_metadata.md",
"signed_files.md",
"whois.md",
"keri.md",
"iana_considerations.md",
"security_considerations.md",
"privacy_considerations.md",
"interop_profiles.md",
"normative_references.md",
"informative_references.md",
"appendix.md",
"impl_guide.md"
],
"logo": "https://raw.githubusercontent.com/trustoverip/logo-assets/master/logos/ToIP-Logo-Color-SolidDimensional-Horizontal-LightOnDark.svg",
"logo_link": "https://github.com/trustoverip/tswg-did-method-webs-specification",
"katex": true,
"source": {
"host": "github",
"account": "trustoverip",
"repo": "tswg-did-method-webs-specification"
}
}
]
}