[[["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 2025-03-13 UTC."],[[["\u003cp\u003eImage modules utilize JSON to define their structure, encompassing a primary image and a unique identifier.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003emainImage\u003c/code\u003e field represents the main image content, utilizing the Image object structure for specifications.\u003c/p\u003e\n"],["\u003cp\u003eAn \u003ccode\u003eid\u003c/code\u003e field is included within the image module JSON, serving as a unique identifier for management purposes.\u003c/p\u003e\n"]]],["The provided JSON represents a data structure with two key fields. `mainImage` is an object of type \"Image\" and represents a full-width image. `id` is a string value representing a unique identifier for managing the image module. This `id` field facilitates the management of image modules. Both fields are presented in the JSON schema and are associated with a specific description.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\n| JSON representation |\n|-------------------------------------------------------------------------------------|\n| ``` { \"mainImage\": { object (/wallet/reference/rest/v1/Image) }, \"id\": string } ``` |\n\n| Fields ||\n|-------------|--------------------------------------------------------------------------------------------------------------------|\n| `mainImage` | `object (`[Image](/wallet/reference/rest/v1/Image)`)` A 100% width image. |\n| `id` | `string` The ID associated with an image module. This field is here to enable ease of management of image modules. |"]]