pub.chive.collection.get

chive.pub

{
  "id": "pub.chive.collection.get",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "collection",
            "items",
            "subcollections",
            "interItemEdges"
          ],
          "properties": {
            "items": {
              "type": "array",
              "items": {
                "ref": "pub.chive.collection.defs#collectionItemView",
                "type": "ref"
              },
              "description": "Items contained in the collection"
            },
            "collection": {
              "ref": "pub.chive.collection.defs#collectionView",
              "type": "ref",
              "description": "The requested collection"
            },
            "interItemEdges": {
              "type": "array",
              "items": {
                "ref": "pub.chive.collection.defs#interItemEdgeView",
                "type": "ref"
              },
              "description": "Edges between items within this collection"
            },
            "subcollections": {
              "type": "array",
              "items": {
                "ref": "pub.chive.collection.defs#collectionView",
                "type": "ref"
              },
              "description": "Child subcollections"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "description": "AT-URI of the collection"
          },
          "excludeSubcollectionItems": {
            "type": "boolean",
            "description": "When true, exclude items that also appear in subcollections"
          }
        }
      },
      "description": "Get a single collection by its AT-URI"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.collection.get

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

Metadata

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

Referenced Schemas (3)

Lexicon Garden

@