town.muni.arbiter.createAppPasswordArbiter

zicklag.dev

{
  "id": "town.muni.arbiter.createAppPasswordArbiter",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "arbiterDid",
            "appPassword"
          ],
          "properties": {
            "arbiterDid": {
              "type": "string",
              "format": "did",
              "description": "The DID of the account to import."
            },
            "appPassword": {
              "type": "string",
              "description": "App password for the PDS account."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "ErrPermissionDenied",
          "description": "The requesting user is not allowed to import an arbiter."
        },
        {
          "name": "ErrArbiterAlreadyExists",
          "description": "An arbiter for this DID already exists on this server."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "ok"
          ],
          "properties": {
            "ok": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Import an existing account as a stewarded arbiter.\n\nThe caller provides an app password proving control of the account.\nThe server stores the credentials, writes the service + recovery records\nfrom the account's session, and brings the arbiter online."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against town.muni.arbiter.createAppPasswordArbiter

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ulg2bzgrgs7ddjjlmhtegk3v
CID
bafyreibjmxjekomuvgadnccds2bhuza43b2yqes2bg3ph6fuq3rqfplqcu
Indexed At
2026-08-10 17:41 UTC
AT-URI
at://did:plc:ulg2bzgrgs7ddjjlmhtegk3v/com.atproto.lexicon.schema/town.muni.arbiter.createAppPasswordArbiter

Version History (2 versions)

Lexicon Garden

@