tech.tokimeki.takibi.spark

tokimeki.blue

Documentation

A spark record - throwing a short message into the fire. Something you like or words that cheer you up.

main record

A spark record - throwing a short message into the fire. Something you like or words that cheer you up.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

text string Required

Short text (up to 30 graphemes)

maxLength: 100 bytesmaxGraphemes: 30 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "text",
      "createdAt"
    ],
    "properties": {
      "text": {
        "type": "string",
        "maxLength": 100,
        "description": "Short text (up to 30 graphemes)",
        "maxGraphemes": 30
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A spark record - throwing a short message into the fire. Something you like or words that cheer you up."
}

Lexicon Garden

@