{
  "external_link": {
	"type": "EXTERNAL",
	"url": "https://www.oracle.com",
	"url_text": "Link to Oracle.com"
  },
  "internal_link": {
	"type": "INTERNAL",
	"link": "Sheet1!D6",
	"link_text": "Link to cell D6"
  },
  "links": [
	{
	  "name": "External link",
	  "link": {
		"type": "EXTERNAL",
		"url": "https://www.oracle.com",
		"url_text": "This is an external link to oracle.com in a Loop"
	  }
	},
	{
	  "name": "Internal link",
	  "link": {
		"type": "INTERNAL",
		"link": "Sheet1!D6",
		"link_text": "This is an internal link to cell D6 in a Loop",
		"tooltip": "Hello from tooltip!"
	  }
	}
  ]
}