ImageModuleData

  • Image modules utilize JSON to define their structure, encompassing a primary image and a unique identifier.

  • The mainImage field represents the main image content, utilizing the Image object structure for specifications.

  • An id field is included within the image module JSON, serving as a unique identifier for management purposes.

JSON representation
{
  "mainImage": {
    object (Image)
  },
  "id": string
}
Fields
mainImage

object (Image)

A 100% width image.

id

string

The ID associated with an image module. This field is here to enable ease of management of image modules.