About-page content: bio prose, headshot, reel, filmography.
Record Key
literal:self
Fixed literal value
Properties
bio
string
Optional
No description available.
maxGraphemes: 5000 graphemesfilmographyMarkdown
string
Optional
No description available.
maxGraphemes: 50000 graphemesheadshot
object
Optional
No description available.
lede
string
Optional
No description available.
maxGraphemes: 1000 graphemesreelPosterSlug
string
Optional
No description available.
reelUrl
string
Optional
No description available.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [],
"properties": {
"bio": {
"type": "string",
"maxGraphemes": 5000
},
"lede": {
"type": "string",
"maxGraphemes": 1000
},
"reelUrl": {
"type": "string"
},
"headshot": {
"type": "object",
"required": [
"image"
],
"properties": {
"alt": {
"type": "string",
"maxGraphemes": 500
},
"image": {
"type": "blob",
"accept": [
"image/webp",
"image/jpeg",
"image/png"
],
"maxSize": 6000000
}
}
},
"reelPosterSlug": {
"type": "string"
},
"filmographyMarkdown": {
"type": "string",
"maxGraphemes": 50000
}
}
},
"description": "About-page content: bio prose, headshot, reel, filmography."
}