atproto blogging
1{
2 "lexicon": 1,
3 "id": "com.atproto.identity.getRecommendedDidCredentials",
4 "defs": {
5 "main": {
6 "type": "query",
7 "description": "Describe the credentials that should be included in the DID doc of an account that is migrating to this service.",
8 "output": {
9 "encoding": "application/json",
10 "schema": {
11 "type": "object",
12 "properties": {
13 "alsoKnownAs": {
14 "type": "array",
15 "items": {
16 "type": "string"
17 }
18 },
19 "rotationKeys": {
20 "type": "array",
21 "description": "Recommended rotation keys for PLC dids. Should be undefined (or ignored) for did:webs.",
22 "items": {
23 "type": "string"
24 }
25 },
26 "services": {
27 "type": "unknown"
28 },
29 "verificationMethods": {
30 "type": "unknown"
31 }
32 }
33 }
34 }
35 }
36 }
37}