Brand Homepage About Image

Description

An image to display on the Brand Homepage with About info.

Properties

Property Description
displayUrl read-only

Display URLs for this image.

Property Description
large

A URL for a large-sized version of the image.

medium

A URL for a medium-sized version of the image.

thumb

A URL for a thumbnail-sized version of the image.

type

The type of object represented.

OpenAPI Schema

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"
}