generated from trustoverip/specification-template
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathspecs.json
141 lines (141 loc) · 5.99 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"specs": [
{
"title": "ToIP Trust Query Registry Protocol Overview",
"spec_directory": "./specification/v2",
"output_path": "./dist/v1",
"markdown_paths": ["overview.md"],
"katex": false,
"logo": "https://raw.githubusercontent.com/trustoverip/logo-assets/master/logos/ToIP-Logo-Color-SolidDimensional-Horizontal-LightOnDark.svg",
"logo_link": "https://github.com/trustoverip/specification-template",
"source": {
"host": "github",
"account": "trustoverip",
"repo": "tswg-trust-registry-protocol"
},
"external_specs": [
{ "TOIP": "https://trustoverip.github.io/ctwg-main-glossary/" }
]
},
{
"title": "ToIP Trust Query Registry Protocol v1 TF DRAFT",
"spec_directory": "./specification/v1/spec",
"output_path": "./dist/v1/old",
"markdown_paths": [
"title.md",
"header.md",
"revision_history.md",
"toc.md",
"foreword.md",
"terms_and_definitions.md",
"introduction.md",
"requirements.md",
"normative_references.md",
"clauses.md",
"annex.md",
"biblio.md"
],
"logo": "https://raw.githubusercontent.com/trustoverip/logo-assets/master/logos/ToIP-Logo-Color-SolidDimensional-Horizontal-LightOnDark.svg",
"logo_link": "https://github.com/trustoverip/specification-template",
"katex": false,
"source": {
"host": "github",
"account": "trustoverip",
"repo": "tswg-trust-registry-protocol"
},
"external_specs": [
{ "TOIP": "https://trustoverip.github.io/ctwg-main-glossary/" }
]
},
{
"title": "ToIP Trust Query Registry Protocol v2 DRAFT",
"spec_directory": "./specification/v2/core",
"katex": false,
"output_path": "./dist/v2/core",
"markdown_paths": ["spec.md"],
"logo": "https://raw.githubusercontent.com/trustoverip/logo-assets/master/logos/ToIP-Logo-Color-SolidDimensional-Horizontal-LightOnDark.svg",
"logo_link": "https://github.com/trustoverip/specification-template",
"source": {
"host": "github",
"account": "trustoverip",
"repo": "tswg-trust-registry-protocol"
},
"external_specs": [
{ "TOIP": "https://trustoverip.github.io/ctwg-main-glossary/" }
]
},
{
"title": "ToIP Trust Query Registry Protocol Bindings",
"spec_directory": "./specification/v2/bindings/restful",
"output_path": "./dist/v2/bindings/restful",
"markdown_paths": ["spec.md"],
"katex": false,
"logo": "https://raw.githubusercontent.com/trustoverip/logo-assets/master/logos/ToIP-Logo-Color-SolidDimensional-Horizontal-LightOnDark.svg",
"logo_link": "https://github.com/trustoverip/specification-template",
"source": {
"host": "github",
"account": "trustoverip",
"repo": "tswg-trust-registry-protocol"
},
"external_specs": [
{ "TOIP": "https://trustoverip.github.io/ctwg-main-glossary/" }
]
},
{
"title": "ToIP Trust Query Registry Protocol Bindings",
"spec_directory": "./specification/v2/bindings",
"output_path": "./dist/v2/bindings",
"markdown_paths": ["bindings.md"],
"katex": false,
"logo": "https://raw.githubusercontent.com/trustoverip/logo-assets/master/logos/ToIP-Logo-Color-SolidDimensional-Horizontal-LightOnDark.svg",
"logo_link": "https://github.com/trustoverip/specification-template",
"source": {
"host": "github",
"account": "trustoverip",
"repo": "tswg-trust-registry-protocol"
},
"external_specs": [
{ "TOIP": "https://trustoverip.github.io/ctwg-main-glossary/" }
]
},
{
"title": "ToIP Trust Query Registry Protocol Overview",
"spec_directory": "./specification/v2",
"output_path": "./dist/v2",
"markdown_paths": ["overview.md"],
"katex": false,
"logo": "https://raw.githubusercontent.com/trustoverip/logo-assets/master/logos/ToIP-Logo-Color-SolidDimensional-Horizontal-LightOnDark.svg",
"logo_link": "https://github.com/trustoverip/specification-template",
"source": {
"host": "github",
"account": "trustoverip",
"repo": "tswg-trust-registry-protocol"
},
"external_specs": [
{ "TOIP": "https://trustoverip.github.io/ctwg-main-glossary/" }
]
},
{
"title": "ToIP Trust Query Registry Protocol Overview",
"spec_directory": "./specification/v3",
"output_path": "./dist",
"markdown_paths": [
"overview.md",
"core/spec.md",
"bindings/restful/spec.md",
"conclusion.md"
],
"katex": false,
"logo": "https://raw.githubusercontent.com/trustoverip/logo-assets/master/logos/ToIP-Logo-Color-SolidDimensional-Horizontal-LightOnDark.svg",
"logo_link": "https://github.com/trustoverip/specification-template",
"source": {
"host": "github",
"trustoverip": "account",
"repo": "tswg-trust-registry-protocol"
},
"external_specs": [
{ "TOIP": "https://trustoverip.github.io/ctwg-main-glossary/" }
]
}
]
}