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": {
              "ref": "app.standard-reader.getAuthor#stats",
              "type": "ref"
            },
            "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."
    },
    "stats": {
      "type": "object",
      "properties": {
        "likeCount": {
          "type": "integer"
        },
        "documentCount": {
          "type": "integer"
        },
        "followingCount": {
          "type": "integer"
        },
        "subscriberCount": {
          "type": "integer"
        },
        "publicationCount": {
          "type": "integer"
        }
      },
      "description": "Aggregate author counts shown on the profile header."
    }
  },
  "$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
bafyreidsmfgs4bazyjnk75dmahj6jsre5hawklhfonsl3fwkep3gsd77sq
Indexed At
2026-07-21 06:48 UTC
AT-URI
at://did:plc:f4os2wz5fjl56xpwcvtnqu7m/com.atproto.lexicon.schema/app.standard-reader.getAuthor

Version History (3 versions)

Referenced Schemas (1)

Lexicon Garden

@