garden.lexicon.nourishing-earthworm.project

sten.laugh.town View official

{
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "slug",
          "title",
          "category",
          "createdAt"
        ],
        "properties": {
          "kind": {
            "type": "string"
          },
          "slug": {
            "type": "string",
            "maxLength": 128,
            "description": "URL + gallery-folder id."
          },
          "year": {
            "type": "string"
          },
          "brand": {
            "type": "string"
          },
          "links": {
            "type": "object",
            "properties": {
              "web": {
                "type": "string"
              },
              "imdb": {
                "type": "string"
              },
              "press": {
                "type": "string"
              },
              "vimeo": {
                "type": "string"
              },
              "youtube": {
                "type": "string"
              }
            }
          },
          "order": {
            "type": "integer"
          },
          "title": {
            "type": "string",
            "maxGraphemes": 300
          },
          "agency": {
            "type": "string"
          },
          "artist": {
            "type": "string"
          },
          "awards": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "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
                }
              }
            }
          },
          "writer": {
            "type": "string"
          },
          "deleted": {
            "type": "boolean",
            "default": false
          },
          "logline": {
            "type": "string",
            "maxGraphemes": 2000
          },
          "category": {
            "enum": [
              "Narrative",
              "Music Videos",
              "Commercials",
              "Photography"
            ],
            "type": "string"
          },
          "director": {
            "type": "string"
          },
          "featured": {
            "type": "boolean",
            "default": false
          },
          "platform": {
            "type": "string"
          },
          "starring": {
            "type": "string"
          },
          "synopsis": {
            "type": "string",
            "maxGraphemes": 5000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "subcategory": {
            "type": "string"
          },
          "directedBySten": {
            "type": "boolean",
            "default": false
          },
          "portfolioOrder": {
            "type": "integer"
          }
        }
      },
      "description": "A single moving-image work (film, series, music video, or commercial). Photography collections live in …photoProject."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

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

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Version History (3 versions)

Lexicon Garden

@