tech.waow.pollz.poll

waow.tech

{
  "id": "tech.waow.pollz.poll",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "options",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 300
          },
          "options": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 100
            },
            "maxLength": 10,
            "minLength": 2
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "a poll"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.waow.pollz.poll

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:siv7zbedip4vcet4v67piibr
CID
bafyreidznk4anwvezoj4edzh7teogcmgzmohmvowqwe3g3illcexcssa5e
Indexed At
2026-07-21 19:28 UTC
AT-URI
at://did:plc:siv7zbedip4vcet4v67piibr/com.atproto.lexicon.schema/tech.waow.pollz.poll

Lexicon Garden

@