-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideos_Product2.json
62 lines (62 loc) · 1.57 KB
/
videos_Product2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
"title": "Basic Video 1 Product2",
"url": "https://example.com/video1",
"thumbnail": "https://example.com/img1.jpg",
"type": "basic"
},
{
"title": "Basic Video 2 Product2",
"url": "https://example.com/video2",
"thumbnail": "https://example.com/img2.jpg",
"type": "basic"
},
{
"title": "Basic Video 3 Product2",
"url": "https://example.com/video3",
"thumbnail": "https://example.com/img3.jpg",
"type": "basic"
},
{
"title": "Basic Video 4 Product2",
"url": "https://example.com/video4",
"thumbnail": "https://example.com/img4.jpg",
"type": "basic"
},
{
"title": "Basic Video 5 Product2",
"url": "https://example.com/video5",
"thumbnail": "https://example.com/img5.jpg",
"type": "basic"
},
{
"title": "Premium Video 1 Product2",
"url": "https://example.com/video6",
"thumbnail": "https://example.com/img6.jpg",
"type": "premium"
},
{
"title": "Premium Video 2 Product2",
"url": "https://example.com/video7",
"thumbnail": "https://example.com/img7.jpg",
"type": "premium"
},
{
"title": "Premium Video 3 Product2",
"url": "https://example.com/video8",
"thumbnail": "https://example.com/img8.jpg",
"type": "premium"
},
{
"title": "Premium Video 4 Product2",
"url": "https://example.com/video9",
"thumbnail": "https://example.com/img9.jpg",
"type": "premium"
},
{
"title": "Premium Video 5 Product2",
"url": "https://example.com/video10",
"thumbnail": "https://example.com/img10.jpg",
"type": "premium"
}
]