-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspecs.json
36 lines (36 loc) · 1.12 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
{
"specs": [
{
"title": "Pluggable Attestation Fragments DID Method",
"spec_directory": "./spec",
"output_path": "./",
"markdown_paths": [
"header.md",
"abstract.md",
"overview.md"
],
"logo": "https://raw.githubusercontent.com/OpSecId/didpaf/refs/heads/main/logo.png",
"logo_link": "https://github.com/OpSecId/didpaf",
"katex": true,
"source": {
"host": "github",
"account": "OpSecId",
"repo": "didpaf"
},
"external_specs": [
{
"didwebvh": "https://identity.foundation/didwebvh/next/"
},
{
"didweb": "https://w3c-ccg.github.io/did-method-web/"
},
{
"didkey": "https://w3c-ccg.github.io/did-method-key/"
},
{
"linkedvp": "https://identity.foundation/linked-vp/"
}
]
}
]
}