# garden.lexicon.nourishing-earthworm.projectDraft

> Published by [sten.laugh.town](https://lexicon.garden/identity/did:plc:52a5dhsnyfu6csd3pupxgodl)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:52a5dhsnyfu6csd3pupxgodl/garden.lexicon.nourishing-earthworm.projectDraft)
- [Documentation](https://lexicon.garden/lexicon/did:plc:52a5dhsnyfu6csd3pupxgodl/garden.lexicon.nourishing-earthworm.projectDraft/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:52a5dhsnyfu6csd3pupxgodl/garden.lexicon.nourishing-earthworm.projectDraft/examples)

## Definitions

### `garden.lexicon.nourishing-earthworm.projectDraft`

**Type**: `record`

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

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `kind` | `string` | No |  |
| `slug` | `string` | Yes | URL + gallery-folder id. |
| `year` | `string` | No |  |
| `brand` | `string` | No |  |
| `links` | `object` | No |  |
| `order` | `integer` | No |  |
| `title` | `string` | Yes |  |
| `agency` | `string` | No |  |
| `artist` | `string` | No |  |
| `awards` | `array` | No |  |
| `images` | `array` | No |  |
| `writer` | `string` | No |  |
| `deleted` | `boolean` | No |  |
| `logline` | `string` | No |  |
| `category` | `string` | Yes |  |
| `director` | `string` | No |  |
| `featured` | `boolean` | No |  |
| `platform` | `string` | No |  |
| `starring` | `string` | No |  |
| `synopsis` | `string` | No |  |
| `createdAt` | `string` (datetime) | Yes |  |
| `subcategory` | `string` | No |  |
| `directedBySten` | `boolean` | No |  |
| `portfolioOrder` | `integer` | No |  |

## Raw Schema

```json
{
  "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
}
```
