{
"id": "lol.letsmeet.poll.response",
"defs": {
"main": {
"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."
},
"interval": {
"type": "object",
"required": [
"start",
"end"
],
"properties": {
"end": {
"type": "string",
"format": "datetime"
},
"start": {
"type": "string",
"format": "datetime"
}
}
},
"guestInfo": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"maxLength": 256,
"maxGraphemes": 64
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:s6bsxutpplnkmlllri6nif6d
- CID
-
bafyreia6r3allznf3ydks2ukds6ykfgkw222riwqmh5veya6uq3e7d4u4a
- Indexed At
- 2026-09-01 20:39 UTC
- AT-URI
-
at://did:plc:s6bsxutpplnkmlllri6nif6d/com.atproto.lexicon.schema/lol.letsmeet.poll.response