pub.chive.annotation.getThread

chive.pub

{
  "id": "pub.chive.annotation.getThread",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound",
          "description": "Annotation not found"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "parent",
            "replies",
            "totalReplies"
          ],
          "properties": {
            "parent": {
              "ref": "pub.chive.annotation.listForEprint#annotationView",
              "type": "ref",
              "description": "Root annotation of the thread"
            },
            "replies": {
              "type": "array",
              "items": {
                "ref": "pub.chive.annotation.listForEprint#annotationView",
                "type": "ref"
              },
              "description": "Direct replies to the root annotation"
            },
            "totalReplies": {
              "type": "integer",
              "minimum": 0,
              "description": "Total number of replies in the thread"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the root annotation"
          }
        }
      },
      "description": "Get an annotation thread including the root annotation and all replies"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.annotation.getThread

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7natp5xae72bddaqlkef2t4e
CID
bafyreicjrmaaoegsv46wklddnnvrxjzorzxp2ebnglgx4ilugfmrc6wnna
Indexed At
2026-05-04 17:29 UTC
AT-URI
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.annotation.getThread

Referenced Schemas (1)

Lexicon Garden

@