{ "lexicon": 1, "id": "ai.syui.o.vote", "defs": { "main": { "type": "record", "description": "Record containing a Frontpage vote.", "key": "tid", "record": { "type": "object", "required": ["subject", "createdAt"], "properties": { "subject": { "type": "ref", "ref": "com.atproto.repo.strongRef" }, "createdAt": { "type": "string", "format": "datetime", "description": "Client-declared timestamp when this vote was originally created." } } } } } }