app.atmobb.forum.profile

lexicons.atmobb.app

{
  "id": "app.atmobb.forum.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 1000,
            "maxGraphemes": 100
          },
          "links": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "uri"
            },
            "maxLength": 20
          },
          "ranks": {
            "type": "array",
            "items": {
              "ref": "#rank",
              "type": "ref"
            },
            "maxLength": 50,
            "description": "Post-count rank ladder, ordered ascending by minPosts. Ranks are computed by appviews from indexed post counts."
          },
          "rules": {
            "type": "array",
            "items": {
              "refs": [
                "app.atmobb.richtext.block#text",
                "app.atmobb.richtext.block#quote",
                "app.atmobb.richtext.block#code"
              ],
              "type": "union"
            },
            "maxLength": 50
          },
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 1000000
          },
          "banner": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 2000000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 10000,
            "maxGraphemes": 1000
          }
        }
      },
      "description": "A forum's identity and configuration. Lives in the forum account's repo; the forum's DID is the forum's identity."
    },
    "rank": {
      "type": "object",
      "required": [
        "title",
        "minPosts"
      ],
      "properties": {
        "title": {
          "type": "string",
          "maxLength": 640,
          "maxGraphemes": 64
        },
        "minPosts": {
          "type": "integer",
          "minimum": 0
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.atmobb.forum.profile

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dqnwiguwsbb6uwrm7a2rsff2
CID
bafyreic3jgpvxo3hjirpsoeqherpn4y3dgl3lynde5vwq7oxnfdcy7luyi
Indexed At
2026-07-26 20:07 UTC
AT-URI
at://did:plc:dqnwiguwsbb6uwrm7a2rsff2/com.atproto.lexicon.schema/app.atmobb.forum.profile

Referenced Schemas (3)

Lexicon Garden

@