tech.waow.pollz.poll

waow.tech

Documentation

a poll

main record

a poll

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

options array of string Required

No description available.

maxLength: 10 itemsminLength: 2 items
text string Required

No description available.

maxLength: 300 bytes
View raw schema
{
  "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"
}

Lexicon Garden

@