app.didpic.actor.defs

lexicons.didpic.app

{
  "id": "app.didpic.actor.defs",
  "defs": {
    "feedPref": {
      "type": "object",
      "required": [
        "value"
      ],
      "properties": {
        "value": {
          "type": "string",
          "knownValues": [
            "home",
            "discover"
          ]
        }
      },
      "description": "Last-selected home feed."
    },
    "labelPrefs": {
      "type": "object",
      "required": [
        "labels"
      ],
      "properties": {
        "labels": {
          "type": "unknown",
          "description": "Map of label id to action ('hide' | 'blur' | 'show')."
        }
      },
      "description": "Per-label moderation preferences."
    },
    "feedFilters": {
      "type": "object",
      "required": [
        "hideNoAltText"
      ],
      "properties": {
        "hideNoAltText": {
          "type": "boolean"
        }
      },
      "description": "Viewer-side feed filtering options."
    },
    "profileView": {
      "type": "object",
      "required": [
        "did"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "handle": {
          "type": "string",
          "format": "handle"
        },
        "avatarCid": {
          "type": "string",
          "format": "cid"
        },
        "bannerCid": {
          "type": "string",
          "format": "cid"
        },
        "indexedAt": {
          "type": "string",
          "format": "datetime"
        },
        "likesCount": {
          "type": "integer",
          "minimum": 0
        },
        "postsCount": {
          "type": "integer",
          "minimum": 0
        },
        "description": {
          "type": "string",
          "maxLength": 2560,
          "maxGraphemes": 256
        },
        "displayName": {
          "type": "string",
          "maxLength": 640,
          "maxGraphemes": 64
        },
        "followsCount": {
          "type": "integer",
          "minimum": 0
        },
        "followersCount": {
          "type": "integer",
          "minimum": 0
        },
        "viewerBlocking": {
          "type": "string",
          "format": "at-uri",
          "description": "URI of the viewer's block record for this actor, if any."
        },
        "viewerBlockedBy": {
          "type": "boolean",
          "description": "Whether this actor has blocked the viewer."
        },
        "viewerFollowing": {
          "type": "string",
          "format": "at-uri",
          "description": "URI of the viewer's follow record for this actor, if any."
        },
        "viewerSubscription": {
          "type": "boolean",
          "description": "Whether the viewer is subscribed to this actor's post alerts."
        }
      },
      "description": "Full profile view."
    },
    "composePrefs": {
      "type": "object",
      "required": [
        "requireAltText"
      ],
      "properties": {
        "requireAltText": {
          "type": "boolean"
        }
      },
      "description": "Compose-time enforcement options."
    },
    "profileBasic": {
      "type": "object",
      "required": [
        "did"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "handle": {
          "type": "string",
          "format": "handle"
        },
        "avatarCid": {
          "type": "string",
          "format": "cid"
        },
        "displayName": {
          "type": "string",
          "maxLength": 640,
          "maxGraphemes": 64
        },
        "viewerFollowing": {
          "type": "string",
          "format": "at-uri",
          "description": "URI of the viewer's follow record for this actor, if any."
        }
      },
      "description": "Minimal profile info embedded inside other views."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.didpic.actor.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:an2jtp4jgkkbtmwfzhpbxawd
CID
bafyreibcr43nzzfvn4wu5xl4l4727kgt225igmli5ftisxmqatqq76vdx4
Indexed At
2026-05-18 09:31 UTC
AT-URI
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.actor.defs

Version History (8 versions)

Lexicon Garden

@