dev.fudgeu.experimental.atforumv1.feed.question

fudgeu.bsky.social

{
  "id": "dev.fudgeu.experimental.atforumv1.feed.question",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "content",
          "createdAt",
          "forum",
          "tags",
          "isOpen"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 25,
              "minLength": 1
            },
            "default": [],
            "maxLength": 20
          },
          "forum": {
            "type": "string",
            "format": "at-identifier"
          },
          "title": {
            "type": "string",
            "maxLength": 100,
            "minLength": 1
          },
          "isOpen": {
            "type": "boolean"
          },
          "content": {
            "type": "string",
            "maxLength": 10000,
            "minLength": 1
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "An initial question that starts a discussion"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.fudgeu.experimental.atforumv1.feed.question

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@