rsvp record
Record Key
tid
Timestamp-based ID
Properties
comment
string
Optional
No description available.
maxLength: 4 bytescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
eventId
ref
com.thelexfiles.tuna97.temp.event
Required
No description available.
status
string
Required
going or interested
maxLength: 2 bytesmaxGraphemes: 0 graphemesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"status",
"eventId",
"createdAt"
],
"properties": {
"status": {
"type": "string",
"maxLength": 2,
"description": "going or interested",
"maxGraphemes": 0
},
"comment": {
"type": "string",
"maxLength": 4
},
"eventId": {
"ref": "com.thelexfiles.tuna97.temp.event",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "rsvp record"
}