net.atpix.gallery.listFeedPhotos

lexicon.atpix.net

{
  "id": "net.atpix.gallery.listFeedPhotos",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "photos"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "photos": {
              "type": "array",
              "items": {
                "ref": "net.atpix.gallery.defs#photoView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 20,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          },
          "ruleUri": {
            "type": "string",
            "format": "at-uri"
          }
        }
      },
      "description": "Social gallery feed from active collectionRules (follow graph + hashtags). Requires authenticated caller for follow graph resolution."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.atpix.gallery.listFeedPhotos

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

Metadata

DID
did:plc:x4crpdfko2d7xrcd5eovpwex
CID
bafyreia3qxjz5zd6ugplcydlcy6aa2vp6yexulpqwzmfij3kk3nhozfpmy
Indexed At
2026-07-25 20:26 UTC
AT-URI
at://did:plc:x4crpdfko2d7xrcd5eovpwex/com.atproto.lexicon.schema/net.atpix.gallery.listFeedPhotos

Referenced Schemas (1)

Lexicon Garden

@