BrandMedia
Represents media associated with the brand, e.g. images
type BrandMedia {
primaryLogo: Media
secondaryLogo: Media
html: [LocalizedString]
}
Fields
primaryLogo ● Media
Main logo of the brand
secondaryLogo ● Media
Secondary logo of the brand
html ● [LocalizedString]
HTML field from Infogad_Media, mainly used for images
Example
{
"primaryLogo": {
"link": [
{
"url": {
"language": "EN",
"value": "String"
},
"alternateUrls": [
{}
],
"redirect": {}
}
],
"modifiedAt": "2024-05-03T11:52:33Z"
}
}