Asset Content

Type: object

AttributeTypeDescription
urlstringURL of the asset content
formatstring ("png", "jpg", "svg" or "pdf")Format of the asset content
densitynumber ("1", "1.5", "2", "3" or "4") (Optional)Density of the asset content

Example

{
  "url": "http://placekitten.com/100/200",
  "format": "png",
  "density": 1
}