-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathspecs.json
164 lines (164 loc) · 4.78 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"specs": [
{
"title": "The did:webvh DID Method -- did:web + Verifiable History - Editors Draft",
"spec_directory": "./spec",
"markdown_paths": [
"header.md",
"abstract.md",
"overview.md",
"specification.md",
"security_and_privacy.md",
"definitions.md",
"references.md",
"version.md"
],
"source": {
"host": "github",
"account": "decentralized-identity",
"repo": "didwebvh"
},
"output_path": "./next",
"logo": "https://raw.githubusercontent.com/decentralized-identity/didwebvh/refs/heads/main/didwebvh.jpg",
"logo_link": "https://github.com/decentralized-identity/didwebvh",
"katex": true,
"external_specs": [
{
"multiformats": {
"href": "https://datatracker.ietf.org/doc/draft-multiformats-multibase/08/",
"title": "Multiformats",
"rawDate": "2024-02-21",
"authors": [
"Juan Benet",
"Manu Sporny"
],
"status": "Internet Draft"
}
},
{
"di-eddsa-v1.0": {
"href": "https://www.w3.org/TR/vc-di-eddsa",
"title": "Data Integrity EdDSA Cryptosuites v1.0",
"rawDate": "2024-12-08",
"authors": [
"Dave Longley",
"Manu Sporny"
],
"status": "W3C Technical Recommendation"
}
}
]
},
{
"title": "The did:webvh DID Method -- did:web + Verifiable History - Version 0.5",
"spec_directory": "./spec-v0.5",
"markdown_paths": [
"header.md",
"abstract.md",
"overview.md",
"specification.md",
"security_and_privacy.md",
"definitions.md",
"references.md",
"version.md"
],
"source": {
"host": "github",
"account": "decentralized-identity",
"repo": "didwebvh"
},
"output_path": "./",
"logo": "https://raw.githubusercontent.com/decentralized-identity/didwebvh/refs/heads/main/didwebvh.jpg",
"logo_link": "https://github.com/decentralized-identity/didwebvh",
"katex": true,
"external_specs": [
{
"multiformats": {
"href": "https://datatracker.ietf.org/doc/draft-multiformats-multibase/08/",
"title": "Multiformats",
"rawDate": "2024-02-21",
"authors": [
"Juan Benet",
"Manu Sporny"
],
"status": "Internet Draft"
}
},
{
"di-eddsa-v1.0": {
"href": "https://www.w3.org/TR/vc-di-eddsa",
"title": "Data Integrity EdDSA Cryptosuites v1.0",
"rawDate": "2024-12-08",
"authors": [
"Dave Longley",
"Manu Sporny"
],
"status": "W3C Technical Recommendation"
}
}
]
},
{
"title": "Trust DID Web - The did:tdw DID Method - Version 0.4",
"spec_directory": "./spec-v0.4",
"markdown_paths": [
"header.md",
"abstract.md",
"overview.md",
"specification.md",
"security_and_privacy.md",
"definitions.md",
"references.md",
"version.md"
],
"source": {
"host": "github",
"account": "decentralized-identity",
"repo": "didwebvh"
},
"output_path": "./v0.4",
"logo": "https://raw.githubusercontent.com/decentralized-identity/didwebvh/refs/heads/main/tdw.jpg",
"logo_link": "https://github.com/decentralized-identity/didwebvh",
"katex": true,
"external_specs": [
{
"multiformats": {
"href": "https://datatracker.ietf.org/doc/draft-multiformats-multibase/08/",
"title": "Multiformats",
"rawDate": "2024-02-21",
"authors": [
"Juan Benet",
"Manu Sporny"
],
"status": "Internet Draft"
}
}
]
},
{
"title": "Trust DID Web - The did:tdw DID Method - Version 0.3",
"spec_directory": "./spec-v0.3",
"markdown_paths": [
"header.md",
"abstract.md",
"definitions.md",
"overview.md",
"specification.md",
"security_and_privacy.md",
"implementors_guide.md",
"example.md",
"references.md",
"version.md"
],
"source": {
"host": "github",
"account": "decentralized-identity",
"repo": "didwebvh"
},
"output_path": "./v0.3",
"logo": "https://raw.githubusercontent.com/decentralized-identity/didwebvh/refs/heads/main/tdw.jpg",
"logo_link": "https://github.com/decentralized-identity/didwebvh",
"katex": true
}
]
}