[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-25(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,["# ImageModuleData\n\n- [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. |"]]