dev.fudgeu.experimental.atforumv1.forum.category

fudgeu.bsky.social

{
  "id": "dev.fudgeu.experimental.atforumv1.forum.category",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "group",
          "categoryType"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 100,
            "minLength": 1
          },
          "group": {
            "type": "string",
            "format": "at-uri"
          },
          "description": {
            "type": "string",
            "maxLength": 300
          },
          "categoryType": {
            "type": "string",
            "maxLength": 30
          }
        }
      },
      "description": "A method of grouping posts into a single 'category'"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.fudgeu.experimental.atforumv1.forum.category

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wez36htzdmk6gxiw7vyi7pga
CID
bafyreifecxo6kobjb4sczi5qkvcrk2e622zjb43t5scl5oihdvjhzbexmu
Indexed At
2026-02-13 13:52 UTC
AT-URI
at://did:plc:wez36htzdmk6gxiw7vyi7pga/com.atproto.lexicon.schema/dev.fudgeu.experimental.atforumv1.forum.category

Lexicon Garden

@