[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-14 UTC."],[],["The content describes a JSON structure for representing a product image. The `image` field is a union type, meaning it can hold only one value at a time. This value can be either a `uri`, a string representing a web-requestable URI, or `data`, a string containing the image's raw bytes in base64 encoding. The structure allows for either referencing an image via a web link or embedding the image data directly.\n"]]