Schema Documentation

MediaSize

Description

Details of an available size for a media item

Fields
Field NameDescription
file - String The filename of the referenced size
fileSize - Int The filesize of the resource
height - String The height of the referenced size
mimeType - String The mime type of the referenced size
name - String The referenced size name
sourceUrl - String The url of the referenced size
width - String The width of the referenced size
Example
{"file":"xyz789","fileSize":123,"height":"abc123","mimeType":"abc123","name":"xyz789","sourceUrl":"xyz789","width":"abc123"}