Recovery-admin designation record. Documents who is intended to recover the arbiter. The arbiter does not yet act on this record; recovery is via direct PDS access for now.
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "The DID of the designated recovery admin."
}
}
},
"description": "Recovery-admin designation record. Documents who is intended to\nrecover the arbiter. The arbiter does not yet act on this record;\nrecovery is via direct PDS access for now."
}