app.atmobb.discussion.getLatestThreads

lexicons.atmobb.app

{
  "id": "app.atmobb.discussion.getLatestThreads",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "threads"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "threads": {
              "type": "array",
              "items": {
                "type": "unknown"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "forum": {
            "type": "string",
            "format": "did"
          },
          "limit": {
            "type": "integer",
            "default": 25,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          }
        }
      },
      "description": "Most recently active threads. With a forum param, scoped to that forum's own boards plus the merged streams of its topic boards."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.atmobb.discussion.getLatestThreads

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dqnwiguwsbb6uwrm7a2rsff2
CID
bafyreigvcn2x3lodto6jcregq77xt2ckq3phemhswl2nd4dq77nvwr2gwm
Indexed At
2026-07-26 20:07 UTC
AT-URI
at://did:plc:dqnwiguwsbb6uwrm7a2rsff2/com.atproto.lexicon.schema/app.atmobb.discussion.getLatestThreads

Lexicon Garden

@