-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathspecs.json
35 lines (34 loc) · 1.04 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
{
"specs": [
{
"title": "Indy DID Method Specification",
"spec_directory": "./spec",
"output_path": "./docs",
"markdown_paths": [
"0_header.md",
"1_about.md",
"2_abstract.md",
"3_indy_ledger_object_glossary.md",
"4_differences_from_did_sov.md",
"5_target_systems.md",
"6_motivation_and_assumptions.md",
"7_indy_did_method_identifiers.md",
"8_other_indy_ledger_object_identifiers.md",
"9_finding_indy_ledgers.md",
"10_did_operations.md",
"11_did_indy_did_component_syntax.md",
"12_json_or_json-ld.md",
"13_security_considerations.md",
"14_privacy_considerations.md",
"15_future_directions.md"
],
"logo": "https://raw.githubusercontent.com/hyperledger/indy-did-method/main/hyperledger-logo.svg",
"logo_link": "https://github.com/hyperledger/indy-did-method",
"source": {
"host": "github",
"account": "hyperledger",
"repo": "indy-did-method"
}
}
]
}