generated from trustoverip/specification-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathspecs.json
33 lines (32 loc) · 909 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
30
31
32
33
{
"specs": [
{
"title": "did x509 method specification",
"spec_directory": "./spec",
"output_path": "./docs",
"markdown_paths": [
"title.md",
"header.md",
"toc.md",
"foreword.md",
"introduction.md",
"scope.md",
"example.md",
"json_data_model.md",
"identifier_syntax.md",
"did_resolution_options.md",
"operations.md",
"security_privacy.md",
"references.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-x509-method-specification",
"katex": true,
"source": {
"host": "github",
"account": "trustoverip",
"repo": "tswg-did-x509-method-specification"
}
}
]
}