BlogPostMedia
Representation of a blog posts media
type BlogPostMedia {
primaryImage: Media
video: String
}
Fields
primaryImage ● Media
The primary image of the media
video ● String
The video of the media
Example
{
"primaryImage": {
"link": [
{
"url": {
"language": "EN",
"value": "String"
},
"alternateUrls": [
{}
],
"redirect": {}
}
],
"modifiedAt": "2024-05-03T11:52:33Z"
}
}