social.smallbury.notification.markRead

lexicon.pds.smallbury.social

{
  "id": "social.smallbury.notification.markRead",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "ids"
          ],
          "properties": {
            "ids": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "maxLength": 100,
              "minLength": 1
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "updatedCount"
          ],
          "properties": {
            "updatedCount": {
              "type": "integer",
              "minimum": 0
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Mark one or more notifications as read for the authenticated viewer."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.smallbury.notification.markRead

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wnagcp6h73nxmvmwid2xxukx
CID
bafyreiakp3up4l62bobkgjcblrr2tbbgje5i734dn3nknv25iw5ayr5wpa
Indexed At
2026-06-26 11:59 UTC
AT-URI
at://did:plc:wnagcp6h73nxmvmwid2xxukx/com.atproto.lexicon.schema/social.smallbury.notification.markRead

Lexicon Garden

@