garden.lexicon.nourishing-earthworm.projectDraft

sten.laugh.town View official

Documentation

A single moving-image work (film, series, music video, or commercial). Photography collections live in …photoProject.

main record

A single moving-image work (film, series, music video, or commercial). Photography collections live in …photoProject.

Record Key tid Timestamp-based ID

Properties

agency string Optional

No description available.

artist string Optional

No description available.

awards array of string Optional

No description available.

brand string Optional

No description available.

category string Required

No description available.

Allowed: Narrative, Music Videos, Commercials, Photography
createdAt string datetime Required

An RFC 3339 formatted timestamp.

deleted boolean Optional

No description available.

Default: false
directedBySten boolean Optional

No description available.

Default: false
director string Optional

No description available.

featured boolean Optional

No description available.

Default: false
images array of object Optional

No description available.

kind string Optional

No description available.

logline string Optional

No description available.

maxGraphemes: 2000 graphemes
order integer Optional

No description available.

platform string Optional

No description available.

portfolioOrder integer Optional

No description available.

slug string Required

URL + gallery-folder id.

maxLength: 128 bytes
starring string Optional

No description available.

subcategory string Optional

No description available.

synopsis string Optional

No description available.

maxGraphemes: 5000 graphemes
title string Required

No description available.

maxGraphemes: 300 graphemes
writer string Optional

No description available.

year string Optional

No description available.

View raw schema
{
  "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."
}

Lexicon Garden

@