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 bytesstatus
string
Required
No description available.
Known values:
com.sidefield.rsvp#yes, com.sidefield.rsvp#no, com.sidefield.rsvp#maybesubject
ref
com.atproto.repo.strongRef
Required
No description available.
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."
}