am.noz.atgallery.alpha.publishedAlbum

noz.am

{
  "id": "am.noz.atgallery.alpha.publishedAlbum",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "formatVersion",
          "title",
          "currentSnapshot",
          "createdAt",
          "updatedAt"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxGraphemes": 200,
            "minGraphemes": 1
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxGraphemes": 5000
          },
          "formatVersion": {
            "type": "integer",
            "const": 1
          },
          "coverMembership": {
            "type": "string",
            "format": "at-uri",
            "description": "Published membership used as the cover."
          },
          "currentSnapshot": {
            "type": "string",
            "format": "at-uri",
            "description": "The active immutable album snapshot."
          }
        }
      },
      "description": "The stable public identity and active snapshot pointer for a published album."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against am.noz.atgallery.alpha.publishedAlbum

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:lmkzmvv6sdxntwtyxpg7fqqq
CID
bafyreib54rfr6enl65kq6me6w2hwyfrpxhs74z3hwh3fcnvxujrs57wwma
Indexed At
2026-08-21 19:18 UTC
AT-URI
at://did:plc:lmkzmvv6sdxntwtyxpg7fqqq/com.atproto.lexicon.schema/am.noz.atgallery.alpha.publishedAlbum

Lexicon Garden

@