A single moving-image work (film, series, music video, or commercial). Photography collections live in …photoProject.
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.
Narrative, Music Videos, Commercials, PhotographycreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
deleted
boolean
Optional
No description available.
falsedirectedBySten
boolean
Optional
No description available.
falsedirector
string
Optional
No description available.
featured
boolean
Optional
No description available.
falseimages
array
of
object
Optional
No description available.
kind
string
Optional
No description available.
links
object
Optional
No description available.
logline
string
Optional
No description available.
maxGraphemes: 2000 graphemesorder
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 bytesstarring
string
Optional
No description available.
subcategory
string
Optional
No description available.
synopsis
string
Optional
No description available.
maxGraphemes: 5000 graphemestitle
string
Required
No description available.
maxGraphemes: 300 graphemeswriter
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."
}