rsvp.atmo.space.invite.redeem

atmo.rsvp

{
  "id": "rsvp.atmo.space.invite.redeem",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "token"
          ],
          "properties": {
            "token": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidInvite"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "spaceUri",
            "perms"
          ],
          "properties": {
            "perms": {
              "type": "string",
              "knownValues": [
                "read",
                "write"
              ]
            },
            "spaceUri": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Redeem an invite token. The JWT issuer becomes a member of the space with the invite's perms."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against rsvp.atmo.space.invite.redeem

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:b63bmauox6z5rbibwrhxrdnw
CID
bafyreigmmfuy5cfuddfudsqgedheo2kbgkfwbeahq75dyllohzsw5d775y
Indexed At
2026-04-14 17:40 UTC
AT-URI
at://did:plc:b63bmauox6z5rbibwrhxrdnw/com.atproto.lexicon.schema/rsvp.atmo.space.invite.redeem

Lexicon Garden

@