app.atmobb.forum.category

lexicons.atmobb.app

{
  "id": "app.atmobb.forum.category",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 1000,
            "maxGraphemes": 100
          },
          "order": {
            "type": "integer",
            "minimum": 0,
            "description": "Sort position among the forum's categories."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A grouping header for boards on a forum's index. Lives in the forum account's repo; boards reference it via their category field."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.atmobb.forum.category

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@