-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs-groups.json
More file actions
42 lines (42 loc) · 2.44 KB
/
Copy pathdocs-groups.json
File metadata and controls
42 lines (42 loc) · 2.44 KB
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
{
"$comment": "Documentation taxonomy for the API reference: ordered capability groups and the ordered APIs within each. Keyed by spec domain (filename minus -openapi/-admin). Drives the per-API sidebar generated by the docs site's copy-openapi.js. Versioned with the specs. A domain not listed here falls into an 'Other' group.",
"groups": [
{ "key": "identity-crypto", "label": "Cryptography & Signatures", "apis": ["kms", "did", "did-hosting", "eidas-signature"] },
{ "key": "verifiable-credentials", "label": "Digital Credentials", "apis": ["oid4vci-issuer", "oid4vci-issuer-session", "oid4vp-universal", "oid4vp-verifier", "credential-design", "dcql", "dcql-edk", "dcql-vdx", "statuslist-hosting", "statuslist-management"] },
{ "key": "semantics", "label": "Semantics & Catalog", "apis": ["semantic-model-authoring", "semantic-binding", "semantic-vocabulary"] },
{ "key": "parties", "label": "Parties & Accounts", "apis": ["party-manager", "user-manager", "identity-auth"] },
{ "key": "services", "label": "Services", "apis": ["software-manager", "attribute-source", "resource-manager", "email"] },
{ "key": "platform", "label": "Tenancy & Platform", "apis": ["platform-admin", "platform-setup", "platform-config", "invitation", "forms"] }
],
"labels": {
"credential-design": "Credential Design",
"kms": "Key Management",
"did": "W3C DID",
"did-hosting": "W3C DID Hosting",
"identity-auth": "Identity Auth",
"eidas-signature": "eIDAS Signature",
"statuslist-hosting": "Status List Hosting",
"statuslist-management": "Status List",
"oid4vci-issuer": "Issuer (OID4VCI)",
"oid4vci-issuer-session": "Issuer (OID4VCI)",
"oid4vp-verifier": "Verifier (OID4VP)",
"dcql": "Credential Query (DCQL)",
"dcql-edk": "Credential Query (DCQL)",
"dcql-vdx": "Credential Query (DCQL)",
"oid4vp-universal": "Verifier (OID4VP)",
"semantic-model-authoring": "Attribute Authoring",
"semantic-binding": "Semantic Binding",
"semantic-vocabulary": "Semantic Vocabulary",
"party-manager": "Party Management",
"user-manager": "User Manager",
"resource-manager": "Resource & Booking",
"software-manager": "Software / Instance Manager",
"attribute-source": "Attribute Sources",
"platform-admin": "Platform Admin",
"platform-setup": "Platform Setup",
"platform-config": "Platform Config",
"invitation": "Invitations & Redemption",
"email": "Email",
"forms": "Forms"
}
}