One person's availability for a poll. Lives in the respondent's repo, or the host's repo (with `guest`) for host-attested guest responses.
Record Key
tid
Timestamp-based ID
Properties
available
array
of
ref
#interval
Required
No description available.
maxLength: 200 itemscreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
guest
ref
#guestInfo
Optional
No description available.
ifNeedBe
array
of
ref
#interval
Optional
No description available.
maxLength: 200 itemsnote
string
Optional
No description available.
maxLength: 1200 bytesmaxGraphemes: 300 graphemessubject
ref
com.atproto.repo.strongRef
Required
No description available.
timezone
string
Optional
No description available.
maxLength: 64 bytesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"available",
"createdAt"
],
"properties": {
"note": {
"type": "string",
"maxLength": 1200,
"maxGraphemes": 300
},
"guest": {
"ref": "#guestInfo",
"type": "ref"
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"ifNeedBe": {
"type": "array",
"items": {
"ref": "#interval",
"type": "ref"
},
"maxLength": 200
},
"timezone": {
"type": "string",
"maxLength": 64
},
"available": {
"type": "array",
"items": {
"ref": "#interval",
"type": "ref"
},
"maxLength": 200
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "One person's availability for a poll. Lives in the respondent's repo, or the host's repo (with `guest`) for host-attested guest responses."
}