Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atproto.sync.listReposByCollection

atproto-lexicons.bsky.social

{
  "id": "com.atproto.sync.listReposByCollection",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "repos"
          ],
          "properties": {
            "repos": {
              "type": "array",
              "items": {
                "ref": "#repo",
                "type": "ref"
              }
            },
            "cursor": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "collection"
        ],
        "properties": {
          "limit": {
            "type": "integer",
            "default": 500,
            "maximum": 2000,
            "minimum": 1,
            "description": "Maximum size of response set. Recommend setting a large maximum (1000+) when enumerating large DID lists."
          },
          "cursor": {
            "type": "string"
          },
          "collection": {
            "type": "string",
            "format": "nsid"
          }
        }
      },
      "description": "Enumerates all the DIDs which have records with the given collection NSID."
    },
    "repo": {
      "type": "object",
      "required": [
        "did"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.atproto.sync.listReposByCollection

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:6msi3pj7krzih5qxqtryxlzw
CID
bafyreicl2azqcl4poa5cqyp3ghlomqkzswmu4uqff6cpwk2c7bjrhth75y
Indexed At
2026-01-09 12:47 UTC
AT-URI
at://did:plc:6msi3pj7krzih5qxqtryxlzw/com.atproto.lexicon.schema/com.atproto.sync.listReposByCollection

Lexicon Garden

@