-
Notifications
You must be signed in to change notification settings - Fork 10
/
specs.json
66 lines (66 loc) · 1.85 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
{
"specs": [
{
"title": "Trust DID Web - The did:tdw DID Method",
"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": "trustdidweb"
},
"output_path": "./",
"logo": "https://raw.githubusercontent.com/decentralized-identity/trustdidweb/refs/heads/main/tdw.jpg",
"logo_link": "https://github.com/decentralized-identity/trustdidweb",
"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": "trustdidweb"
},
"output_path": "./v0.3",
"logo": "https://raw.githubusercontent.com/decentralized-identity/trustdidweb/refs/heads/main/tdw.jpg",
"logo_link": "https://github.com/decentralized-identity/trustdidweb",
"katex": true
}
]
}