xyz.opnshelf.profile

opnshelf.xyz

{
  "id": "xyz.opnshelf.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt",
          "updatedAt"
        ],
        "properties": {
          "avatar": {
            "type": "blob",
            "accept": [
              "image/jpeg",
              "image/png",
              "image/webp"
            ],
            "maxSize": 5242880,
            "description": "Profile photo stored in the user's PDS"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Record creation timestamp"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Record update timestamp"
          },
          "displayName": {
            "type": "string",
            "maxLength": 64,
            "description": "Display name shown in OpnShelf"
          }
        }
      },
      "description": "An OpnShelf profile record"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against xyz.opnshelf.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jkf4momksftvstbyqnb5sxik
CID
bafyreiadljszwgonolvsrcy2u36aq3j3ypaywy75jn6uhrt7yanzbvwnha
Indexed At
2026-06-26 12:08 UTC
AT-URI
at://did:plc:jkf4momksftvstbyqnb5sxik/com.atproto.lexicon.schema/xyz.opnshelf.profile

Lexicon Garden

@