com.atproto.identity.getRecommendedDidCredentials
Lexicon Version: 1
Definitions
Section titled “Definitions”Type: query
Describe the credentials that should be included in the DID doc of an account that is migrating to this service.
Parameters: (None defined)
Output:
- Encoding:
application/json - Schema:
Schema Type: object
| Name | Type | Req’d | Description | Constraints |
|---|---|---|---|---|
rotationKeys | Array of string | ❌ | Recommended rotation keys for PLC dids. Should be undefined (or ignored) for did:webs. | |
alsoKnownAs | Array of string | ❌ | ||
verificationMethods | unknown | ❌ | ||
services | unknown | ❌ |
Lexicon Source
Section titled “Lexicon Source”{ "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": { "rotationKeys": { "description": "Recommended rotation keys for PLC dids. Should be undefined (or ignored) for did:webs.", "type": "array", "items": { "type": "string" } }, "alsoKnownAs": { "type": "array", "items": { "type": "string" } }, "verificationMethods": { "type": "unknown" }, "services": { "type": "unknown" } } } } } }}