Image

Produktbild, das direkt als Byte oder als URI dargestellt wird.

JSON-Darstellung
{

  // Union field image can be only one of the following:
  "uri": string,
  "data": string
  // End of list of possible types for union field image.
}
Felder

Union-Feld image.

Für image ist nur einer der folgenden Werte zulässig:

uri

string

Im Allgemeinen ein URI, der über das Web aufgerufen werden kann.

data

string (bytes format)

Rohbyte für das Bild.

Ein base64-codierter String.