net.atpix.gallery.album

lexicon.atpix.net

{
  "id": "net.atpix.gallery.album",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt",
          "visibility"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 200,
            "description": "dc:title · schema:name — album display name."
          },
          "creator": {
            "type": "string",
            "format": "did",
            "description": "dc:creator — owner DID."
          },
          "spaceKey": {
            "type": "string",
            "maxLength": 64,
            "description": "ATPix — skey used when creating the linked space (defaults to album rkey)."
          },
          "spaceUri": {
            "type": "string",
            "maxLength": 512,
            "description": "ATPix · ATP-0016 — proposal-form at://{spaceDid}/space/net.atpix.gallery.albumSpace/{skey} for permissioned albums."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "dc:date · schema:dateCreated — RFC 3339 UTC."
          },
          "modifiedAt": {
            "type": "string",
            "format": "datetime",
            "description": "schema:dateModified — RFC 3339 UTC."
          },
          "visibility": {
            "ref": "net.atpix.gallery.defs#visibility",
            "type": "ref",
            "description": "ATPix — public, unlisted, or permissioned."
          },
          "description": {
            "type": "string",
            "maxLength": 5000,
            "description": "dc:description · schema:description."
          },
          "coverPhotoUri": {
            "type": "string",
            "format": "at-uri",
            "description": "schema:image · schema:thumbnail — cover photo AT URI."
          },
          "collectionRuleUris": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 20,
            "description": "ATPix — collectionRule records that seed or refresh album membership."
          }
        }
      },
      "description": "A named collection of photos with visibility and optional Permissioned Space binding."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "ATPix album container. Maps to schema:ImageGallery / schema:Collection conceptually."
}

Validate Record

Validate a record against net.atpix.gallery.album

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@