{
"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",
"decline",
"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, declines, or cancels an ownership transfer. Requires authenticated service authorization; only the current declaration holder may invite or cancel and only the target may accept or decline."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:2xrqztnmzlckb3xfuuukupso
- CID
-
bafyreifij7x5bmdimotkxr733ocfqryyefn3ppewu4aey2xwjxglrm2qsy
- Indexed At
- 2026-09-03 03:55 UTC
- AT-URI
-
at://did:plc:2xrqztnmzlckb3xfuuukupso/com.atproto.lexicon.schema/com.getorbyt.community.manageTransfer
Version History (2 versions)