net.atpix.gallery.createCollectionRule

lexicon.atpix.net

{
  "id": "net.atpix.gallery.createCollectionRule",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "name",
            "targetScope"
          ],
          "properties": {
            "name": {
              "type": "string",
              "maxLength": 200
            },
            "active": {
              "type": "boolean",
              "default": true
            },
            "hashtags": {
              "type": "array",
              "items": {
                "type": "string",
                "maxLength": 64
              },
              "maxLength": 50
            },
            "description": {
              "type": "string",
              "maxLength": 2000
            },
            "targetScope": {
              "ref": "net.atpix.gallery.defs#targetScope",
              "type": "ref"
            },
            "followedActors": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "did"
              },
              "maxLength": 500
            },
            "targetAlbumUri": {
              "type": "string",
              "format": "at-uri"
            },
            "useFollowGraph": {
              "type": "boolean",
              "default": false
            },
            "includeOwnPhotos": {
              "type": "boolean",
              "default": true
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid"
            },
            "uri": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Create a collection rule for follow-graph and/or hashtag sourcing."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.atpix.gallery.createCollectionRule

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@