Image

Obraz produktu przedstawiony bezpośrednio jako bajty lub identyfikator URI.

Zapis JSON
{

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

Pole unii image.

image może mieć tylko jedną z tych wartości:

uri

string

Zwykle identyfikator URI, do którego można wysłać żądanie internetowe.

data

string (bytes format)

Surowe bajty obrazu.

Ciąg tekstowy zakodowany w formacie Base64.