Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. "datasources": {
  2. "content": {
  3. "type": "object",
  4. "properties": {
  5. "imageContent": {
  6. "logoIcon": "https://url.to.skill/skill-icons/icon01-small.png"
  7. },
  8. "slideShowMusic": "https://url.to.skill/static/sfx/slide-show-short.mp3",
  9. "slideShowContent": [
  10. {
  11. "imageTitle": "Bild 1",
  12. "hintText": "Sage \"Alexa, sage was auch immer\"",
  13. "path": "https://url.to.skill/cards/2ddf1503-8a37-4c0c-9f1a-f5869ed5e356/"
  14. },
  15. {
  16. "imageTitle": "Bild 2",
  17. "hintText": "Probiere \"Alexa, sage was anderes
  18. "path": "https://url.to.skill/cards/4d5f4f8d-b0c2-4308-8253-dec456eb385a/"
  19. },
  20. ]
  21. }
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement