net.atview.account.actor

atview.net

{
  "id": "net.atview.account.actor",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt",
          "actor"
        ],
        "properties": {
          "type": {
            "type": "string",
            "default": "user",
            "maxLength": 640,
            "description": "Type of the account",
            "knownValues": [
              "project",
              "user",
              "organisation",
              "collective"
            ],
            "maxGraphemes": 64
          },
          "actor": {
            "type": "string",
            "format": "at-uri",
            "description": "AtUri of a user's profile or managed profile"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "overrides": {
            "ref": "#overrides",
            "type": "ref",
            "description": "Overrides for the profile"
          }
        }
      },
      "description": "Account Actor experiment"
    },
    "overrides": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 640,
          "maxGraphemes": 64
        },
        "avatar": {
          "type": "string",
          "format": "uri",
          "maxLength": 2048
        },
        "description": {
          "type": "string",
          "maxLength": 2560,
          "maxGraphemes": 256
        }
      },
      "additionalProperties": false
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.atview.account.actor

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ycd3zyxa6iru5fiplr3un6nr
CID
bafyreiaxxckxh4bt62h6emo4jsqpz4de4tv6yluc3frhru3ajy2scrmhs4
Indexed At
2026-07-26 20:16 UTC
AT-URI
at://did:plc:ycd3zyxa6iru5fiplr3un6nr/com.atproto.lexicon.schema/net.atview.account.actor

Lexicon Garden

@