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)."
          },
          "website": {
            "type": "string",
            "maxLength": 1000,
            "description": "User website URL."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "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
bafyreiboox37azr3xheir6rb2ysqdly5hjk5xydvhi7xyoeyf77ob5avae
Indexed At
2026-01-27 17:50 UTC
AT-URI
at://did:plc:rjqn3agdb74cszhqcpii4sne/com.atproto.lexicon.schema/at.margin.profile

Version History (2 versions)

Lexicon Garden

@