net.atpix.gallery.createAlbum

lexicon.atpix.net

{
  "id": "net.atpix.gallery.createAlbum",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "name",
            "visibility"
          ],
          "properties": {
            "name": {
              "type": "string",
              "maxLength": 200
            },
            "spaceKey": {
              "type": "string",
              "maxLength": 64
            },
            "visibility": {
              "ref": "net.atpix.gallery.defs#visibility",
              "type": "ref"
            },
            "description": {
              "type": "string",
              "maxLength": 5000
            },
            "seedFromRules": {
              "type": "boolean",
              "default": false,
              "description": "When true, evaluate linked collectionRuleUris and create initial albumItem records."
            },
            "collectionRuleUris": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "at-uri"
              },
              "maxLength": 20
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid"
            },
            "uri": {
              "type": "string",
              "format": "at-uri"
            },
            "spaceUri": {
              "type": "string",
              "maxLength": 512
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Create an album. When visibility is permissioned, provisions a HappyView space (type net.atpix.gallery.albumSpace) and links spaceUri."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.atpix.gallery.createAlbum

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@