Schema Documentation
MediaSize
Description
Details of an available size for a media item
Fields
Field Name | Description |
---|---|
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":987,"height":"xyz789","mimeType":"xyz789","name":"abc123","sourceUrl":"abc123","width":"xyz789"}