Singleton (rkey 'self') marking when the user last checked their notifications.
Record Key
literal:self
Fixed literal value
Properties
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."
}