{
  "title": "mediaInfo image value",
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "description": "The value object contains information for popup windows about how images should be retrieved.",
  "properties": {
    "linkURL": {
      "type": "string",
      "description": "A string containing a URL to be launched in a browser when a user clicks the image."
    },
    "sourceURL": {
      "type": "string",
      "description": "A string containing the URL to the image."
    }
  },
  "required": [
    "sourceURL"
  ],
  "additionalProperties": false
}
