org.swappulse.meetupRsvp

bridge.swappulse.org

Documentation

A meetup RSVP.

main record

A meetup RSVP.

Record Key tid Timestamp-based ID

Properties

attendeeAvatar string uri Optional

A valid URI.

attendeeDid string did Optional

A decentralized identifier (DID).

attendeeHandle string Optional

No description available.

attendeeName string Optional

No description available.

attending string Required

No description available.

Known values: yes, maybe, no
bringingTradeBinder boolean Optional

No description available.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

lookingForCards array of string Optional

No description available.

maxLength: 10 items
meetupId string Required

No description available.

meetupRef string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "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."
}

Lexicon Garden

@