An image to display on the Brand Homepage with About info.
| Property | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| displayUrl read-only |
Display URLs for this image.
|
||||||||
| type |
The type of object represented. |
The following schema is based on OpenAPI 3.0 and is provided in our downloadable OpenAPI document.
{
"description": "An image to display on the Brand Homepage with About info.",
"properties": {
"displayUrl": {
"description": "Display URLs for this image.",
"properties": {
"large": {
"description": "A URL for a large-sized version of the image.",
"format": "uri",
"type": "string"
},
"medium": {
"description": "A URL for a medium-sized version of the image.",
"format": "uri",
"type": "string"
},
"thumb": {
"description": "A URL for a thumbnail-sized version of the image.",
"format": "uri",
"type": "string"
}
},
"readOnly": true,
"type": "object"
},
"type": {
"description": "The type of object represented.",
"enum": [
"brand-homepage-about-image"
],
"type": "string"
}
},
"required": [
"type"
],
"title": "Brand Homepage About Image",
"type": "object"
}