ooo.bsky.hds.listRecords

bsky.ooo

{
  "id": "ooo.bsky.hds.listRecords",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "boxes"
          ],
          "properties": {
            "boxes": {
              "type": "array",
              "items": {
                "ref": "ooo.bsky.hidden.box",
                "type": "ref"
              }
            },
            "cursor": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "repo",
          "collection"
        ],
        "properties": {
          "repo": {
            "type": "string",
            "format": "at-identifier"
          },
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          },
          "collection": {
            "type": "string",
            "format": "nsid"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against ooo.bsky.hds.listRecords

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

Metadata

DID
did:web:bsky.ooo
CID
bafyreie6p6gz6wrunkc67jww4eypmg24aic5mz25xxepdwqy6n4pszz55e
Indexed At
2026-04-04 00:36 UTC
AT-URI
at://did:web:bsky.ooo/com.atproto.lexicon.schema/ooo.bsky.hds.listRecords

Referenced Schemas (1)

Lexicon Garden

@