app.standard-reader.getAuthor

standard-reader.app

{
  "id": "app.standard-reader.getAuthor",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "profile",
            "stats"
          ],
          "properties": {
            "stats": {
              "type": "object",
              "properties": {
                "likeCount": {
                  "type": "integer"
                },
                "documentCount": {
                  "type": "integer"
                },
                "followingCount": {
                  "type": "integer"
                },
                "subscriberCount": {
                  "type": "integer"
                },
                "publicationCount": {
                  "type": "integer"
                }
              }
            },
            "profile": {
              "ref": "app.standard-reader.defs#profileView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "did"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did"
          }
        }
      },
      "description": "Author profile for a DID with aggregate stats."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.standard-reader.getAuthor

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

Metadata

DID
did:plc:f4os2wz5fjl56xpwcvtnqu7m
CID
bafyreihoofacsivbepeqybcux6it6mvzmufdgr36ljndgzdeh6h3ezap5q
Indexed At
2026-06-13 04:56 UTC
AT-URI
at://did:plc:f4os2wz5fjl56xpwcvtnqu7m/com.atproto.lexicon.schema/app.standard-reader.getAuthor

Referenced Schemas (1)

Lexicon Garden

@