Edit me

Description

This object represents metadata on a image.

Structure

Variable Obligative Type Description
type true String Must be filled with “Image” value
fileId true String Uuid with backend file id of an image
mimeType true String mimeType of image
name true String Backend name of an image
size true Int File size, bytes
width true Int Image width, px
height true Int Image height, px

Sample object

{  
      "type":"Image",
      "fileId":"Uuid_value",
      "mimeType":"JPEG",
      "name":"test_avatar.jpeg",
      "size":1024,
      "width":800,
      "height":600
   }