social.clippr.actor.defs

clippr.social

{
  "id": "social.clippr.actor.defs",
  "defs": {
    "preferences": {
      "type": "array",
      "items": {
        "refs": [
          "#publishingScopesPref"
        ],
        "type": "union"
      },
      "description": "An array of refs to various preferences."
    },
    "profileView": {
      "type": "object",
      "required": [
        "did",
        "handle",
        "displayName"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did",
          "description": "The DID of the profile"
        },
        "avatar": {
          "type": "string",
          "format": "uri",
          "description": "A link to the profile's avatar"
        },
        "handle": {
          "type": "string",
          "format": "handle",
          "description": "The handle of the profile"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime",
          "description": "When the profile record was first created"
        },
        "description": {
          "type": "string",
          "maxLength": 5000,
          "description": "The biography associated to the profile",
          "maxGraphemes": 500
        },
        "displayName": {
          "type": "string",
          "maxLength": 640,
          "description": "The display name associated to the profile",
          "maxGraphemes": 64
        }
      },
      "description": "A view of an actor's profile."
    },
    "publishingScopesPref": {
      "type": "object",
      "required": [
        "defaultScope"
      ],
      "properties": {
        "defaultScope": {
          "type": "string",
          "description": "What publishing scope to mark a clip as by default",
          "knownValues": [
            "public",
            "unlisted"
          ]
        }
      },
      "description": "Preferences for an user's publishing scopes."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.clippr.actor.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:clippr.social
CID
bafyreigyxt6ybtydjypz3jjarbl7npboydeni57yns5nqmiyhupmrt2wiq
Indexed At
2026-02-13 14:03 UTC
AT-URI
at://did:web:clippr.social/com.atproto.lexicon.schema/social.clippr.actor.defs

Lexicon Garden

@