Backfill in-progress. Some lexicons and records may be missing or incomplete.

community.lexicon.calendar.rsvp

lexicon.community

{
  "id": "community.lexicon.calendar.rsvp",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "status"
        ],
        "properties": {
          "status": {
            "type": "string",
            "default": "community.lexicon.calendar.rsvp#going",
            "knownValues": [
              "community.lexicon.calendar.rsvp#interested",
              "community.lexicon.calendar.rsvp#going",
              "community.lexicon.calendar.rsvp#notgoing"
            ]
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          }
        }
      },
      "description": "An RSVP for an event."
    },
    "going": {
      "type": "token",
      "description": "Going to the event"
    },
    "notgoing": {
      "type": "token",
      "description": "Not going to the event"
    },
    "interested": {
      "type": "token",
      "description": "Interested in the event"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against community.lexicon.calendar.rsvp

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2uwoih2htodskvgocarwv5eq
CID
bafyreiarei3vsjaj36yhc2thobrgzkcsdh6m5pmwy6reik24papzl32qcu
Indexed At
2026-01-02 05:31 UTC
AT-URI
at://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.calendar.rsvp

Lexicon Garden

@