{ "lexicon": 1, "id": "com.atproto.identity.getRecommendedDidCredentials", "defs": { "main": { "type": "query", "description": "Describe the credentials that should be included in the DID doc of an account that is migrating to this service.", "output": { "encoding": "application/json", "schema": { "type": "object", "properties": { "alsoKnownAs": { "type": "array", "items": { "type": "string" } }, "rotationKeys": { "type": "array", "description": "Recommended rotation keys for PLC dids. Should be undefined (or ignored) for did:webs.", "items": { "type": "string" } }, "services": { "type": "unknown" }, "verificationMethods": { "type": "unknown" } } } } } } }