net.atpix.gallery.listCollectionRules

lexicon.atpix.net

{
  "id": "net.atpix.gallery.listCollectionRules",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "rules"
          ],
          "properties": {
            "rules": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "uri",
                  "cid",
                  "author",
                  "record"
                ],
                "properties": {
                  "cid": {
                    "type": "string",
                    "format": "cid"
                  },
                  "uri": {
                    "type": "string",
                    "format": "at-uri"
                  },
                  "author": {
                    "type": "string",
                    "format": "did"
                  },
                  "record": {
                    "type": "object",
                    "required": [
                      "name",
                      "targetScope",
                      "createdAt"
                    ],
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "active": {
                        "type": "boolean"
                      },
                      "hashtags": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "createdAt": {
                        "type": "string",
                        "format": "datetime"
                      },
                      "modifiedAt": {
                        "type": "string",
                        "format": "datetime"
                      },
                      "description": {
                        "type": "string"
                      },
                      "targetScope": {
                        "ref": "net.atpix.gallery.defs#targetScope",
                        "type": "ref"
                      },
                      "followedActors": {
                        "type": "array",
                        "items": {
                          "type": "string",
                          "format": "did"
                        }
                      },
                      "targetAlbumUri": {
                        "type": "string",
                        "format": "at-uri"
                      },
                      "useFollowGraph": {
                        "type": "boolean"
                      },
                      "includeOwnPhotos": {
                        "type": "boolean"
                      }
                    }
                  }
                }
              }
            },
            "cursor": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 20,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          },
          "activeOnly": {
            "type": "boolean",
            "default": true
          },
          "targetScope": {
            "ref": "net.atpix.gallery.defs#targetScope",
            "type": "ref"
          }
        }
      },
      "description": "List collection rules owned by the authenticated user."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.atpix.gallery.listCollectionRules

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@