support.supper.poll.poll

supper.support

{
  "id": "support.supper.poll.poll",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "options",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 3000,
            "description": "Plaintext poll question. Publishers and readers reject empty or whitespace-only questions.",
            "maxGraphemes": 300
          },
          "options": {
            "type": "array",
            "items": {
              "ref": "#option",
              "type": "ref"
            },
            "maxLength": 10,
            "minLength": 2,
            "description": "Ordered choices; a vote option is the zero-based position. Never reorder, replace or remove choices on a published poll."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Time the poll was originally published."
          }
        }
      },
      "description": "A public Supper poll authored by the repository owner. The question and ordered options are immutable after publication; publish a new poll identity to change them. Never publish member-only poll content in a public repository."
    },
    "option": {
      "type": "object",
      "required": [
        "label"
      ],
      "properties": {
        "label": {
          "type": "string",
          "maxLength": 1000,
          "description": "Plaintext choice label. Publishers and readers reject empty or whitespace-only labels.",
          "maxGraphemes": 100
        }
      },
      "description": "One immutable poll choice. Object shape permits future optional presentation metadata."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against support.supper.poll.poll

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mcsqdltevtjpu26xthzzmm2l
CID
bafyreih7r7vwq6dvpw2zjlwdqi7mefwjwnncs37j6aakvukdrin22pwqia
Indexed At
2026-09-17 17:23 UTC
AT-URI
at://did:plc:mcsqdltevtjpu26xthzzmm2l/com.atproto.lexicon.schema/support.supper.poll.poll

Lexicon Garden

@