Advertisement
xavis

Untitled

Nov 25th, 2021 (edited)
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.52 KB | None | 0 0
  1. {
  2.     "tourId": "tour4",
  3.     "total_items": 3,
  4.     "page": 0,
  5.     "items_per_page": 3,
  6.     "items": [
  7.         {
  8.             "id": "item3",
  9.             "name": "Picture of Mt. Fuji",
  10.             "type": "image",
  11.             "mimeType": "image/jpeg",
  12.             "size": 1234,
  13.             "uri":"https://www.selgec.net/wp-content/uploads/2018/04/Mount-Fuji-Japan%E2%80%99s-sacred-mountain-1024x512.jpg",
  14.             "remote": true,
  15.             "creationDate": "",
  16.             "lastModifiedDate": "",
  17.             "thumbnailUrl":"https://images.radiopaedia.org/images/8202491/6c98ca8cbe99e00a7737b31142efab_thumb.jpg",
  18.             "thumbnailExternal":true,
  19.             "transformation": {
  20.                 "rotation": [0,0,0],
  21.                 "position": [0,0,0],
  22.                 "scale": [0,0,0]
  23.             },
  24.             "settings": {
  25.                 "interactable": false
  26.             }
  27.         },
  28. {
  29.             "id": "item4",
  30.             "name": "360 Picture",
  31.             "type": "image-360",
  32.             "mimeType": "image/jpeg",
  33.             "size": 1234,
  34.             "uri":"https://d28m5bx785ox17.cloudfront.net/v1/img/nWPmOJig8PCIoOmnYQ-lj5-mqXYO4LGvNTUjotwvLqI=/w/4096",
  35.             "remote": true,
  36.             "creationDate": "",
  37.             "lastModifiedDate": "",
  38.             "thumbnailUrl":"https://cdn.guidingtech.com/media/assets/WordPress-Import/2016/07/facebook-360.jpg",
  39.             "thumbnailExternal":true,
  40.             "transformation": {
  41.                 "rotation": [0,0,0],
  42.                 "position": [0,0,0],
  43.                 "scale": [0,0,0]
  44.             },
  45.             "settings": {
  46.                 "interactable": false
  47.             }
  48.         }, {
  49.             "id": "item5",
  50.             "name": "Asset Bundle 3D",
  51.             "type": "asset-bundle",
  52.             "mimeType": "model/octet-stream",
  53.             "size": 1234,
  54.             "mainAsset": "ApplePrefab",
  55.             "grabbable": true,
  56.             "uri": {
  57.                 "android": "https://xaviscript.000webhostapp.com/apple.android",
  58.                 "windows": "https://xaviscript.000webhostapp.com/apple.windows"
  59.             },
  60.             "remote": true,
  61.             "creationDate": "",
  62.             "lastModifiedDate": "",
  63.             "thumbnailUrl":"https://files.recipetips.com/kitchen/images/refimages/seasonedinsight/fruit_veggies/apples/apple_connell_red.jpg",
  64.             "thumbnailExternal":true,
  65.             "transformation": {
  66.                 "rotation": [0,0,0],
  67.                 "position": [0,0,0],
  68.                 "scale": [0,0,0]
  69.             }
  70.         }
  71.     ]
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement