at.margin.profile

margin.at

{
  "id": "at.margin.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "bio": {
            "type": "string",
            "maxLength": 5000,
            "description": "User biography or description."
          },
          "links": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 1000
            },
            "maxLength": 20,
            "description": "List of other relevant links (e.g. GitHub, Bluesky, etc)."
          },
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000,
            "description": "User avatar image."
          },
          "website": {
            "type": "string",
            "maxLength": 1000,
            "description": "User website URL."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "description": "Display name for the user."
          }
        }
      },
      "description": "A profile for a user on the Margin network."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.margin.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:rjqn3agdb74cszhqcpii4sne
CID
bafyreicy4nnpo6zthnrul4rwdcctpsvhuqdcdauoxkklty73bee7xty4le
Indexed At
2026-02-13 13:44 UTC
AT-URI
at://did:plc:rjqn3agdb74cszhqcpii4sne/com.atproto.lexicon.schema/at.margin.profile

Lexicon Garden

@