org.simocracy.notificationSeen

gainforest.earth

{
  "id": "org.simocracy.notificationSeen",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "seenAt",
          "createdAt"
        ],
        "properties": {
          "seenAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the user last opened /notifications"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this record was first created"
          }
        }
      },
      "description": "Singleton record per user tracking when they last viewed their notifications. Written to the user's PDS with rkey 'self'."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.simocracy.notificationSeen

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:qoti4acfmc5wg6zzmtix6hse
CID
bafyreigwvlubf3chho7wb4pd3kxatx6byutaqjve4wagbtbjqkj5csrlge
Indexed At
2026-04-29 18:50 UTC
AT-URI
at://did:plc:qoti4acfmc5wg6zzmtix6hse/com.atproto.lexicon.schema/org.simocracy.notificationSeen

Lexicon Garden

@