Size type

The dimensions of a visual asset.

Fields

width: Number — required
The width of the asset in pixels.

height: Number — required
The height of the asset in pixels.

Examples

{
  "width": 1920,
  "height": 1080
}