is.currents.feed.getImageCollections

currents.is

{
  "id": "is.currents.feed.getImageCollections",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "collections"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "collections": {
              "type": "array",
              "items": {
                "ref": "is.currents.feed.defs#collectionView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of a save of the image whose collections to list."
          },
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          }
        }
      },
      "description": "Enumerate the collections that contain the same image (by exact blob CID) as the given save, ordered by favourite count descending. Unsorted saves are excluded. Auth is optional; if provided, viewer-specific state is included in each collection."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against is.currents.feed.getImageCollections

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

Metadata

DID
did:plc:jaur46k6ijyfvl4lojza7eic
CID
bafyreigyalk5k634u36bhoo3luoauja6r4rvkdzouimoprxlhatl4zqrsi
Indexed At
2026-06-23 18:03 UTC
AT-URI
at://did:plc:jaur46k6ijyfvl4lojza7eic/com.atproto.lexicon.schema/is.currents.feed.getImageCollections

Referenced Schemas (1)

Lexicon Garden

@