rsvp.atmo.space.transferOwnership

atmo.rsvp

{
  "id": "rsvp.atmo.space.transferOwnership",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "spaceUri",
            "newOwnerDid"
          ],
          "properties": {
            "spaceUri": {
              "type": "string",
              "format": "at-uri"
            },
            "newOwnerDid": {
              "type": "string",
              "format": "did"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "NotFound"
        },
        {
          "name": "Forbidden"
        },
        {
          "name": "InvalidRequest",
          "description": "Raised if the new owner is not a write member of the space."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "space"
          ],
          "properties": {
            "space": {
              "ref": "rsvp.atmo.space.defs#spaceView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Transfer space ownership to another DID. Caller must be the current owner. The new owner must already be a write member of the space. The previous owner becomes a regular write member."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against rsvp.atmo.space.transferOwnership

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

Metadata

DID
did:plc:b63bmauox6z5rbibwrhxrdnw
CID
bafyreibd5kxu6i6ybml36zu6meo55wqmz5r5yfcdpnuiniuzgxkbjiufeq
Indexed At
2026-04-19 17:27 UTC
AT-URI
at://did:plc:b63bmauox6z5rbibwrhxrdnw/com.atproto.lexicon.schema/rsvp.atmo.space.transferOwnership

Referenced Schemas (1)

Lexicon Garden

@