org.passingreads.actor.defs

passingreads.org

{
  "id": "org.passingreads.actor.defs",
  "defs": {
    "profileView": {
      "type": "object",
      "required": [
        "did",
        "handle"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "handle": {
          "type": "string",
          "format": "handle"
        },
        "avatarAlt": {
          "type": "string",
          "maxLength": 1000,
          "description": "Alt text for the avatar image"
        },
        "avatarUrl": {
          "type": "string",
          "format": "uri",
          "description": "Resolved URL to the avatar image"
        },
        "description": {
          "type": "string",
          "maxLength": 2560
        },
        "displayName": {
          "type": "string",
          "maxLength": 640
        },
        "descriptionFacets": {
          "type": "array",
          "items": {
            "ref": "app.bsky.richtext.facet",
            "type": "ref"
          },
          "description": "Rich text facets for the description"
        }
      },
      "description": "Profile view of a user for API responses. Based on the actor.profile record but with resolved avatar URL."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.passingreads.actor.defs

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

Metadata

DID
did:plc:oeipalbxet5jghoqe6b6ctu6
CID
bafyreibyh5vwhxd4jfikfzkneutwmi5jyevy5z5h2lx6gpqxzlicrvy2ge
Indexed At
2026-01-29 02:29 UTC
AT-URI
at://did:plc:oeipalbxet5jghoqe6b6ctu6/com.atproto.lexicon.schema/org.passingreads.actor.defs

Referenced Schemas (1)

Lexicon Garden

@