-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_batchWriteDocClient.json
124 lines (124 loc) · 3.97 KB
/
sample_batchWriteDocClient.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"HousePlantsTable": [
{
"PutRequest": {
"Item": {
"img": "http://www.tropicopia.com/house-plant/thumbnails/5436.jpg",
"id": "ddb797fe-66f1-5737-9097-a1ef55bc2509",
"url": "http://www.tropicopia.com/house-plant/detail.np/detail-01.html",
"Latin name": "Adiantum hispidulum",
"Family": "Polypodiaceae",
"Other names": null,
"Common name": ["Rosy Maidenhair", "Autralian maidenhair"],
"Common name (fr.)": "Capillaire rose",
"Description": null,
"Categories": "Fern",
"Origin": ["Australia", "New Guinea"],
"Climat": "Tropical",
"Temperature": {
"C": 12.0,
"F": 53.6
},
"Zone": ["10", "8"],
"Growth": "Regular",
"Light ideal": "Strong light ( 21,500 to 3,200 lux/2000 to 300 fc)",
"Light tolered": "Diffuse light ( Less than 5,300 lux / 500 fc)",
"Watering": "Keep moist between watering & Must not dry between watering",
"Insects": ["Mealy bug", "Aphid", "Snail"],
"Disease": "Gray mold",
"Appeal": "Foliage",
"Color of leaf": ["Dark green", "Light green"],
"Color of blooms": null,
"Blooming season": null,
"Perfume": null,
"Avaibility": "Regular",
"Pot diameter (cm)": {
"cm": 15.0,
"m": 0.15
},
"Height at purchase": {
"cm": 25.0,
"m": 0.25
},
"Width at purchase": {
"cm": 15.0,
"m": 0.15
},
"Height potential": {
"cm": 61.0,
"m": 0.61
},
"Width potential": {
"cm": 91.0,
"m": 0.91
},
"Available sizes (Pot)": "4in to 8in / 10cm to 20cm",
"Bearing": "Clump",
"Pruning": "Never",
"Style": null,
"Use": ["Table top", "Ground cover", "Tertiary"]
}
}
},
{
"PutRequest": {
"Item": {
"img": "http://www.tropicopia.com/house-plant/thumbnails/5437.jpg",
"id": "6fcfb288-5a1f-53aa-ba7d-fcad91b11aab",
"url": "http://www.tropicopia.com/house-plant/detail.np/detail-02.html",
"Latin name": "Adiantum raddianum",
"Family": "Polypodiaceae",
"Other names": "cuneatum",
"Common name": ["Maindenhair", "Delta maidenhair"],
"Common name (fr.)": "Capilaire",
"Description": null,
"Categories": "Fern",
"Origin": ["Brazil"],
"Climat": "Tropical",
"Temperature": {
"C": 12.0,
"F": 53.6
},
"Zone": ["10", "8"],
"Growth": "Regular",
"Light ideal": "Strong light ( 21,500 to 3,200 lux/2000 to 300 fc)",
"Light tolered": "Diffuse light ( Less than 5,300 lux / 500 fc)",
"Watering": "Keep moist between watering & Must not dry between watering",
"Insects": ["Mealy bug", "Aphid", "Snail"],
"Disease": "Gray mold",
"Appeal": "Foliage",
"Color of leaf": ["Medium green", "Light green"],
"Color of blooms": null,
"Blooming season": null,
"Perfume": null,
"Avaibility": "Regular",
"Pot diameter (cm)": {
"cm": 25.0,
"m": 0.25
},
"Height at purchase": {
"cm": 46.0,
"m": 0.46
},
"Width at purchase": {
"cm": 61.0,
"m": 0.61
},
"Height potential": {
"cm": 61.0,
"m": 0.61
},
"Width potential": {
"cm": 91.0,
"m": 0.91
},
"Available sizes (Pot)": "4in to 8in / 10cm to 20cm",
"Bearing": "Clump",
"Pruning": "Never",
"Style": null,
"Use": ["Potted plant", "Ground cover", "Table top"]
}
}
}
]
}