# app.userinput.checkedNotifications

> Published by [userinput.app](https://lexicon.garden/identity/did:plc:uyixj57k6nmxrdj7pjs2ss5s)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:uyixj57k6nmxrdj7pjs2ss5s/app.userinput.checkedNotifications)
- [Documentation](https://lexicon.garden/lexicon/did:plc:uyixj57k6nmxrdj7pjs2ss5s/app.userinput.checkedNotifications/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:uyixj57k6nmxrdj7pjs2ss5s/app.userinput.checkedNotifications/examples)

## Definitions

### `app.userinput.checkedNotifications`

**Type**: `record`

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

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `checkedAt` | `string` (datetime) | Yes |  |

## Raw Schema

```json
{
  "id": "app.userinput.checkedNotifications",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
