town.muni.arbiter.recovery

zicklag.dev

Documentation

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.

main record

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

did string did Required

The DID of the designated recovery admin.

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."
}

Lexicon Garden

@