com.sidefield.rsvp

sidefield-app.bsky.social

Documentation

Record declaring an RSVP for a Sidefield community event.

main record

Record declaring an RSVP for a Sidefield community event.

Record Key tid Timestamp-based ID

Properties

comment string Optional

Optional comment providing context for the RSVP status

maxLength: 500 bytes
status string Required

No description available.

Known values: com.sidefield.rsvp#yes, com.sidefield.rsvp#no, com.sidefield.rsvp#maybe
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "status"
    ],
    "properties": {
      "status": {
        "type": "string",
        "knownValues": [
          "com.sidefield.rsvp#yes",
          "com.sidefield.rsvp#no",
          "com.sidefield.rsvp#maybe"
        ]
      },
      "comment": {
        "type": "string",
        "maxLength": 500,
        "description": "Optional comment providing context for the RSVP status"
      },
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      }
    }
  },
  "description": "Record declaring an RSVP for a Sidefield community event."
}
maybe token

Maybe attending the event

Referencecom.sidefield.rsvp#maybe

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Maybe attending the event"
}
no token

Not attending the event

Referencecom.sidefield.rsvp#no

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Not attending the event"
}
yes token

Attending the event

Referencecom.sidefield.rsvp#yes

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Attending the event"
}

Lexicon Garden

@