The media library serves as a centralized hub for managing and organizing various types of media files, including images, GIFs, and more. It encompasses all the files that have been uploaded to the processes, providing a convenient location to view, organize, and upload new media files.
images
- is an array that contains multiple objects, each representing an imageexportVersion
- represents the version number of the exported data, it holds the image-related informationkey
- represents a unique identifier or name for the image, it helps identify and differentiate images within the context of the applicationapplication
- specifies the name or identifier of the application associated with the image, it indicates which application or system the image is related tofilename
- the name of the file for the image, it represents the original filename of the image fileformat
- a string property that specifies the format or file extension of the imagecontentType
- the MIME type or content type of the image, it specifies the type of data contained within the image filesize
- represents the size of the image file in bytes, it indicates the fileβs storage size on a disk or in a data storage systemstoragePath
- the URL or path to the location where the original image file is stored, it points to the location from where the image can be accessed or retrievedthumbnailStoragePath
- the URL or path to the location where a thumbnail version of the image is stored, it points to the location from where the thumbnail image can be accessed or retrieved