Link

Image

Image is used to represent an individual image of any of the formats (JPEG, PNG)

Format

HTML

<img src="http://test.com/image.jpg"
     alt="Some image caption">

JSON

{
  "type": "image",
  "subtype": null,
  "url": "foobar",
  "title": "Some image caption",
  "description": "",
  "link-url": null
}

Schema

Key Type
type String, Value should be image
subtype Value should be null
url String
title String
description String
link-url String