events.smokesignal.event.configure

smokesignal.events

{
  "id": "events.smokesignal.event.configure",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "event"
          ],
          "properties": {
            "event": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the event to configure."
            },
            "rsvpRedirectUrl": {
              "type": "string",
              "format": "uri",
              "maxLength": 2048,
              "description": "URL to redirect users to for external ticketing (e.g., ti.to, eventbrite)."
            },
            "disableDirectRsvp": {
              "type": "boolean",
              "description": "When true, the RSVP button redirects to an external ticketing URL instead of creating a direct RSVP."
            },
            "requireConfirmedEmail": {
              "type": "boolean",
              "description": "When true, RSVPs require a confirmed email address."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "EventNotFound",
          "description": "The specified event does not exist."
        },
        {
          "name": "NotAuthorized",
          "description": "The authenticated user does not own this event."
        },
        {
          "name": "InvalidRedirectUrl",
          "description": "The provided redirect URL is invalid or not allowed."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "properties": {}
        },
        "encoding": "application/json"
      },
      "description": "Configure Smoke Signal specific settings for an event. Requires authentication and ownership of the event."
    }
  },
  "lexicon": 1
}

Validate Record

Validate a record against events.smokesignal.event.configure

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:tgudj2fjm77pzkuawquqhsxm
CID
bafyreig4utg6wfi5eu5fm6yw673pi6cx3fpfwhtga7whf6qlndiane2fuy
Indexed At
2026-01-23 21:33 UTC
AT-URI
at://did:plc:tgudj2fjm77pzkuawquqhsxm/com.atproto.lexicon.schema/events.smokesignal.event.configure

Version History (2 versions)

Lexicon Garden

@