com.getorbyt.community.manageTransfer

getorbyt.com

{
  "id": "com.getorbyt.community.manageTransfer",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "community",
            "action"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did",
              "description": "Required when inviting."
            },
            "action": {
              "type": "string",
              "knownValues": [
                "invite",
                "accept",
                "cancel"
              ]
            },
            "community": {
              "type": "string",
              "format": "at-uri"
            },
            "replacementDeclarationUri": {
              "type": "string",
              "format": "at-uri",
              "description": "Required when accepting. The AT-URI the target will write its continuation declaration at, in the target repository. Declared before the record is written: a continuation is only projected when an accepted transfer already names it."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "CommunityNotFound"
        },
        {
          "name": "TransferNotFound"
        },
        {
          "name": "InsufficientRole"
        },
        {
          "name": "InvalidAction"
        },
        {
          "name": "InvalidState"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "transfer"
          ],
          "properties": {
            "transfer": {
              "ref": "com.getorbyt.community.defs#transferView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Invites, accepts, or cancels an ownership transfer. Requires authenticated service authorization; only the current declaration holder may invite or cancel and only the target may accept."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.getorbyt.community.manageTransfer

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2xrqztnmzlckb3xfuuukupso
CID
bafyreifyflvtohgyuve7zmb27rwzzno4qyutquhzqj3xks2o3umims3uau
Indexed At
2026-09-02 18:57 UTC
AT-URI
at://did:plc:2xrqztnmzlckb3xfuuukupso/com.atproto.lexicon.schema/com.getorbyt.community.manageTransfer

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@