Describe the credentials that should be included in the DID doc of an account that is migrating to this service.
Output
Encoding
application/jsonalsoKnownAs
array
Optional
No description available.
rotationKeys
array
Optional
Recommended rotation keys for PLC dids. Should be undefined (or ignored) for did:webs.
services
unknown
Optional
No description available.
verificationMethods
unknown
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"properties": {
"services": {
"type": "unknown"
},
"alsoKnownAs": {
"type": "array",
"items": {
"type": "string"
}
},
"rotationKeys": {
"type": "array",
"items": {
"type": "string"
},
"description": "Recommended rotation keys for PLC dids. Should be undefined (or ignored) for did:webs."
},
"verificationMethods": {
"type": "unknown"
}
}
},
"encoding": "application/json"
},
"description": "Describe the credentials that should be included in the DID doc of an account that is migrating to this service."
}