gg.infinitetavern.guild.summons

infinitetavern.gg

{
  "id": "gg.infinitetavern.guild.summons",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "partyId",
          "inviterDid",
          "inviterHandle",
          "createdAt",
          "expiresAt"
        ],
        "properties": {
          "status": {
            "type": "string",
            "description": "Current status of this summons.",
            "knownValues": [
              "pending",
              "accepted",
              "declined",
              "expired"
            ]
          },
          "partyId": {
            "type": "string",
            "description": "Server-assigned party UUID for the guild gathering."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "expiresAt": {
            "type": "string",
            "format": "datetime",
            "description": "After this time the summons fades and can no longer be answered."
          },
          "inviterDid": {
            "type": "string",
            "format": "did",
            "description": "DID of the guild leader who issued the summons."
          },
          "inviterHandle": {
            "type": "string",
            "description": "Handle of the guild leader at the time of summoning."
          }
        }
      },
      "description": "A guild summons — an invitation scroll delivered to a fellow adventurer's PDS, beckoning them to join a party for tavern battles."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against gg.infinitetavern.guild.summons

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:vxwgn77hp5ikvbiggm5es3rv
CID
bafyreidvzxk6amouewz2rb3hseifbym3ts2n6tunycfhvlojjovbzystu4
Indexed At
2026-04-13 22:54 UTC
AT-URI
at://did:plc:vxwgn77hp5ikvbiggm5es3rv/com.atproto.lexicon.schema/gg.infinitetavern.guild.summons

Lexicon Garden

@