dev.fudgeu.experimental.atforumv1.forum.identity

fudgeu.bsky.social

Documentation

Defines what the forum is - name, description, etc.

main record

Defines what the forum is - name, description, etc.

Record Key literal:self Fixed literal value

Properties

accent string Optional

No description available.

maxLength: 7 bytesminLength: 7 bytes
description string Optional

No description available.

maxLength: 300 bytes
name string Required

No description available.

maxLength: 100 bytes
View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 100
      },
      "accent": {
        "type": "string",
        "maxLength": 7,
        "minLength": 7
      },
      "description": {
        "type": "string",
        "maxLength": 300
      }
    }
  },
  "description": "Defines what the forum is - name, description, etc."
}

Lexicon Garden

@