blog.brookie.poll.option

evil.brookie.blog

Documentation

A single answer option for a poll. Lives in the poll author's repo; votes are counted as backlinks to this record's at-uri.

main record

A single answer option for a poll. Lives in the poll author's repo; votes are counted as backlinks to this record's at-uri.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

text string Required

No description available.

maxLength: 1200 bytesmaxGraphemes: 120 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "text",
      "createdAt"
    ],
    "properties": {
      "text": {
        "type": "string",
        "maxLength": 1200,
        "maxGraphemes": 120
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A single answer option for a poll. Lives in the poll author's repo; votes are counted as backlinks to this record's at-uri."
}

Lexicon Garden

@