net.mmatt.right.now

mmatt.net

Documentation

A personal lexicon for mmatt's statuslog.

main record

A personal lexicon for mmatt's statuslog.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

The unix timestamp of when the status was recorded

emoji string Optional

The emoji of the status update

text string Required

The text of the status update

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt",
      "text"
    ],
    "properties": {
      "text": {
        "type": "string",
        "description": "The text of the status update"
      },
      "emoji": {
        "type": "string",
        "description": "The emoji of the status update"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "The unix timestamp of when the status was recorded"
      }
    }
  },
  "description": "A personal lexicon for mmatt's statuslog."
}

Lexicon Garden

@