garden.lexicon.nourishing-earthworm.photoProject

sten.laugh.town View official

{
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "slug",
          "title",
          "createdAt"
        ],
        "properties": {
          "note": {
            "type": "string",
            "maxGraphemes": 300
          },
          "slug": {
            "type": "string",
            "maxLength": 128,
            "description": "URL + gallery-folder id, derived from the title."
          },
          "cover": {
            "type": "string"
          },
          "order": {
            "type": "integer"
          },
          "title": {
            "type": "string",
            "maxGraphemes": 300
          },
          "images": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "image"
              ],
              "properties": {
                "alt": {
                  "type": "string",
                  "maxGraphemes": 500
                },
                "image": {
                  "type": "blob",
                  "accept": [
                    "image/webp",
                    "image/jpeg",
                    "image/png"
                  ],
                  "maxSize": 6000000
                }
              }
            }
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "comingSoon": {
            "type": "boolean",
            "default": false
          },
          "coverImage": {
            "type": "object",
            "required": [
              "image"
            ],
            "properties": {
              "alt": {
                "type": "string",
                "maxGraphemes": 500
              },
              "image": {
                "type": "blob",
                "accept": [
                  "image/webp",
                  "image/jpeg",
                  "image/png"
                ],
                "maxSize": 6000000
              }
            }
          }
        }
      },
      "description": "A photography collection: its /photo/<slug> gallery plus its cover tile on the /photo index grid."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against garden.lexicon.nourishing-earthworm.photoProject

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:52a5dhsnyfu6csd3pupxgodl
CID
bafyreickuv5i6jl6k6czxa5ynkdvgfqqoa3rpdosqub7zbxaohihmadppu
Indexed At
2026-07-23 01:56 UTC
AT-URI
at://did:plc:52a5dhsnyfu6csd3pupxgodl/com.atproto.lexicon.schema/garden.lexicon.nourishing-earthworm.photoProject

Version History (2 versions)

Lexicon Garden

@