dev.fudgeu.experimental.atforumv1.forum.category

fudgeu.bsky.social

Documentation

A method of grouping posts into a single 'category'

main record

A method of grouping posts into a single 'category'

Record Key any Any valid record key

Properties

categoryType string Required

No description available.

maxLength: 30 bytes
description string Optional

No description available.

maxLength: 300 bytes
group string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

name string Required

No description available.

maxLength: 100 bytesminLength: 1 bytes
View raw schema
{
  "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'"
}

Lexicon Garden

@