forked from mergeos-bounties/PlantGuide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlavender.json
More file actions
34 lines (34 loc) · 931 Bytes
/
Copy pathlavender.json
File metadata and controls
34 lines (34 loc) · 931 Bytes
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
{
"id": "lavender",
"common_name": "Lavender",
"scientific_name": "Lavandula angustifolia",
"tags": [
"herb",
"aromatic",
"purple flowers",
"drought",
"full sun",
"mediterranean",
"outdoor"
],
"care": {
"summary": "Sun-loving aromatic shrub; hates wet feet and heavy shade.",
"light": "Full sun",
"water": "Infrequent deep watering; dry between sessions",
"soil": "Gritty, alkaline, excellent drainage",
"humidity": "Low",
"temperature_c": "5-30",
"fertilizer": "Light feed in spring only",
"toxicity": "Generally safe; essential oil concentrated",
"common_issues": [
"Root rot from overwatering",
"Leggy growth with insufficient light",
"Fungal issues in humid shade"
],
"tips": [
"Prune after flowering to keep compact",
"Avoid rich compost that holds water",
"Great for pots with drainage holes"
]
}
}