app.userinput.checkedNotifications

userinput.app

Documentation

Singleton (rkey 'self') marking when the user last checked their notifications.

main record

Singleton (rkey 'self') marking when the user last checked their notifications.

Record Key literal:self Fixed literal value

Properties

checkedAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "checkedAt"
    ],
    "properties": {
      "checkedAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Singleton (rkey 'self') marking when the user last checked their notifications."
}

Lexicon Garden

@