dev.fudgeu.experimental.atforumv1.forum.group

fudgeu.bsky.social

Documentation

Defines a group of categories

main record

Defines a group of categories

Record Key any Any valid record key

Properties

description string Optional

No description available.

maxLength: 300 bytes
name string Required

No description available.

maxLength: 100 bytesminLength: 1 bytes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 100,
        "minLength": 1
      },
      "description": {
        "type": "string",
        "maxLength": 300
      }
    }
  },
  "description": "Defines a group of categories"
}

Lexicon Garden

@