app.thesocialwire.appview.markAllRead

samclemente.me

{
  "id": "app.thesocialwire.appview.markAllRead",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "scope"
          ],
          "properties": {
            "scope": {
              "ref": "#scope",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidRequest"
        },
        {
          "name": "UpstreamUnavailable"
        }
      ],
      "output": {
        "schema": {
          "ref": "app.thesocialwire.defs#jsonObject",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "Mark all entries in a scope read in AppView."
    },
    "scope": {
      "type": "object",
      "required": [
        "kind"
      ],
      "properties": {
        "kind": {
          "type": "string",
          "maxLength": 32,
          "knownValues": [
            "publication",
            "folder",
            "subscribed",
            "following"
          ]
        },
        "folderRkey": {
          "type": "string",
          "maxLength": 512
        },
        "publicationId": {
          "type": "string",
          "maxLength": 2048
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.thesocialwire.appview.markAllRead

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:qy5pluw2bsuq2x6albsgkvx3
CID
bafyreicwv3aviviyn7xihxbkem4mzj37vsblscat2m34vzzr5gl53ctp4q
Indexed At
2026-08-15 17:31 UTC
AT-URI
at://did:plc:qy5pluw2bsuq2x6albsgkvx3/com.atproto.lexicon.schema/app.thesocialwire.appview.markAllRead

Referenced Schemas (1)

Lexicon Garden

@