tech.tokimeki.poll.poll

tokimeki.blue

{
  "id": "tech.tokimeki.poll.poll",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "options",
          "createdAt",
          "endsAt"
        ],
        "properties": {
          "endsAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the poll closes for voting"
          },
          "options": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 100,
              "maxGraphemes": 50
            },
            "maxLength": 4,
            "minLength": 2,
            "description": "Poll options (2-4 choices)"
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the post this poll is attached to"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A poll record that can be attached to a post via embed.external"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.tokimeki.poll.poll

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4tr5dqti7nmu6g2czpthntak
CID
bafyreih2bv6kn63amlhnnqvqmiwwq2up5ezm55h23d3rbj73ew2a6i72ye
Indexed At
2026-01-05 20:42 UTC
AT-URI
at://did:plc:4tr5dqti7nmu6g2czpthntak/com.atproto.lexicon.schema/tech.tokimeki.poll.poll

Lexicon Garden

@