-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathspecs.json
106 lines (105 loc) · 3.03 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
{
"public_root": "./docs",
"resource_path": "./docs",
"specs": [
{
"title": "DIDComm Messaging Specification v2 Editor's Draft",
"logo": "https://rawcdn.githack.com/decentralized-identity/decentralized-identity.github.io/a3ca39717e440302d1fd99a796e7f00e1c42eb2d/images/logo-flat.svg",
"logo_link": "https://identity.foundation",
"source": {
"host": "github",
"account": "decentralized-identity",
"repo": "didcomm-messaging"
},
"output_path": "./docs/spec",
"spec_directory": "./docs/spec-files",
"markdown_paths": [
"title.md",
"scope.md",
"requirements.md",
"message_structure.md",
"profiles.md",
"encryption.md",
"signature.md",
"problems.md",
"threading.md",
"transports.md",
"protocols.md",
"routing.md",
"out_of_band.md",
"feature_discovery.md",
"empty.md",
"trustping.md",
"i18n.md",
"future_proofing.md",
"appendix.md"
]
},
{
"title": "DIDComm Messaging Specification v2.0",
"logo": "https://rawcdn.githack.com/decentralized-identity/decentralized-identity.github.io/a3ca39717e440302d1fd99a796e7f00e1c42eb2d/images/logo-flat.svg",
"logo_link": "https://identity.foundation",
"source": {
"host": "github",
"account": "decentralized-identity",
"repo": "didcomm-messaging"
},
"output_path": "./docs/spec/v2.0",
"spec_directory": "./docs/spec-files-v2.0-snapshot",
"markdown_paths": [
"title.md",
"scope.md",
"requirements.md",
"message_structure.md",
"profiles.md",
"encryption.md",
"signature.md",
"problems.md",
"threading.md",
"transports.md",
"protocols.md",
"routing.md",
"out_of_band.md",
"feature_discovery.md",
"empty.md",
"trustping.md",
"i18n.md",
"future_proofing.md",
"appendix.md"
]
},
{
"title": "DIDComm Messaging Specification v2.1",
"logo": "https://rawcdn.githack.com/decentralized-identity/decentralized-identity.github.io/a3ca39717e440302d1fd99a796e7f00e1c42eb2d/images/logo-flat.svg",
"logo_link": "https://identity.foundation",
"source": {
"host": "github",
"account": "decentralized-identity",
"repo": "didcomm-messaging"
},
"output_path": "./docs/spec/v2.1",
"spec_directory": "./docs/spec-files-v2.1-snapshot",
"markdown_paths": [
"title.md",
"scope.md",
"requirements.md",
"message_structure.md",
"profiles.md",
"encryption.md",
"signature.md",
"problems.md",
"threading.md",
"transports.md",
"protocols.md",
"routing.md",
"out_of_band.md",
"feature_discovery.md",
"empty.md",
"trustping.md",
"i18n.md",
"future_proofing.md",
"appendix.md"
]
}
]
}