social.colibri.beta.community.getInvitation

colibri.social

{
  "id": "social.colibri.beta.community.getInvitation",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "InvitationNotFound",
          "description": "No invitation exists with that code."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "invitation",
            "community"
          ],
          "properties": {
            "community": {
              "ref": "social.colibri.beta.community.defs#communityView",
              "type": "ref",
              "description": "The community the invitation leads to."
            },
            "invitation": {
              "ref": "social.colibri.beta.community.defs#invitationView",
              "type": "ref",
              "description": "The resolved invitation."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "code"
        ],
        "properties": {
          "code": {
            "type": "string",
            "description": "The invitation code to resolve."
          }
        }
      },
      "description": "Resolves an invitation code, so a client can show what it leads to before the user accepts. This is readable without membership."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.community.getInvitation

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

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreidbzgvw2dgl6x4ns5e6vvmli3a7o6ayjpstgabzih5icjdlshpgwq
Indexed At
2026-08-23 12:32 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.community.getInvitation

Referenced Schemas (2)

Lexicon Garden

@