Last active
October 23, 2018 12:45
-
-
Save ravpacheco/455faac9a38e1dc9aa8ae32d6aa02ca1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"itemType": "application/vnd.lime.document-select+json", | |
"items": [ | |
{ | |
"header": { | |
"type": "application/vnd.lime.media-link+json", | |
"value": { | |
"title": "Title", | |
"text": "This is a first item", | |
"type": "image/jpeg", | |
"uri": "http://www.isharearena.com/wp-content/uploads/2012/12/wallpaper-281049.jpg" | |
} | |
}, | |
"options": [ | |
{ | |
"label": { | |
"type": "application/vnd.lime.web-link+json", | |
"value": { | |
"title": "Link", | |
"uri": "http://www.adoteumgatinho.org.br" | |
} | |
} | |
}, | |
{ | |
"label": { | |
"type": "text/plain", | |
"value": "{{random.guid}}" | |
}, | |
"value": { | |
"type": "application/json", | |
"value": { | |
"key1": "value1", | |
"key2": "2" | |
} | |
} | |
} | |
] | |
}, | |
{ | |
"header": { | |
"type": "application/vnd.lime.media-link+json", | |
"value": { | |
"title": "Title 2", | |
"text": "This is another item", | |
"type": "image/jpeg", | |
"uri": "http://www.freedigitalphotos.net/images/img/homepage/87357.jpg" | |
} | |
}, | |
"options": [ | |
{ | |
"label": { | |
"type": "application/vnd.lime.web-link+json", | |
"value": { | |
"title": "Second link", | |
"text": "Weblink", | |
"uri": "https://pt.dreamstime.com/foto-de-stock-brinquedo-pl%C3%A1stico-amarelo-do-pato-image44982058" | |
} | |
} | |
}, | |
{ | |
"label": { | |
"type": "text/plain", | |
"value": "Second text" | |
}, | |
"value": { | |
"type": "application/json", | |
"value": { | |
"key3": "value3", | |
"key4": "4" | |
} | |
} | |
}, | |
{ | |
"label": { | |
"type": "text/plain", | |
"value": "More one text" | |
}, | |
"value": { | |
"type": "application/json", | |
"value": { | |
"key5": "value5", | |
"key6": "6" | |
} | |
} | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment