org.swappulse.meetupRsvp

bridge.swappulse.org

{
  "id": "org.swappulse.meetupRsvp",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "meetupRef",
          "meetupId",
          "attending",
          "createdAt"
        ],
        "properties": {
          "meetupId": {
            "type": "string"
          },
          "attending": {
            "type": "string",
            "knownValues": [
              "yes",
              "maybe",
              "no"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "meetupRef": {
            "type": "string",
            "format": "at-uri"
          },
          "attendeeDid": {
            "type": "string",
            "format": "did"
          },
          "attendeeName": {
            "type": "string"
          },
          "attendeeAvatar": {
            "type": "string",
            "format": "uri"
          },
          "attendeeHandle": {
            "type": "string"
          },
          "lookingForCards": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxLength": 10
          },
          "bringingTradeBinder": {
            "type": "boolean"
          }
        }
      },
      "description": "A meetup RSVP."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "An attendee's RSVP for a meetup, mirrored to AT Protocol as a real org.swappulse.meetupRsvp record. References the meetup via strongRef so RSVPs are portable and verifiable across instances."
}

Validate Record

Validate a record against org.swappulse.meetupRsvp

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jwoatauidzr4lollmro2gh35
CID
bafyreie7zybvnv6rtj2ptfgub7v5abpqmx3bdhht2lrq2kw2rzufnt4n4m
Indexed At
2026-08-16 00:57 UTC
AT-URI
at://did:plc:jwoatauidzr4lollmro2gh35/com.atproto.lexicon.schema/org.swappulse.meetupRsvp

Lexicon Garden

@