dev.fudgeu.experimental.atforumv1.forum.announcement

fudgeu.bsky.social

Documentation

A forum-wide announcement

main record

A forum-wide announcement

Record Key any Any valid record key

Properties

body string Required

No description available.

maxLength: 10000 bytesminLength: 1 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

expiresAt string datetime Required

An RFC 3339 formatted timestamp.

title string Required

No description available.

maxLength: 100 bytesminLength: 1 bytes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "title",
      "body",
      "createdAt",
      "expiresAt"
    ],
    "properties": {
      "body": {
        "type": "string",
        "maxLength": 10000,
        "minLength": 1
      },
      "title": {
        "type": "string",
        "maxLength": 100,
        "minLength": 1
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "expiresAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A forum-wide announcement"
}

Lexicon Garden

@