{
"blends": [
{
"id": "blend_123456",
"name": "Summer Breeze",
"description": "Light floral with citrus notes",
"createdAt": "2023-01-15T13:20:00Z",
"updatedAt": "2023-01-15T13:20:00Z",
"isPublic": false,
"composition": {
"notes": [
{
"id": "note_lavender",
"name": "Lavender",
"ratio": 0.4
},
{
"id": "note_bergamot",
"name": "Bergamot",
"ratio": 0.35
},
{
"id": "note_lemongrass",
"name": "Lemongrass",
"ratio": 0.25
}
],
"baseIntensity": "medium"
},
"profile": {
"categories": ["floral", "citrus"],
"mood": ["refreshing", "uplifting", "calming"],
"occasions": ["morning", "daytime"]
},
"usedIn": [
{
"productId": "prod_123456",
"productName": "Custom Diffuser",
"orderId": "order_123456",
"orderDate": "2023-01-16T10:30:00Z"
}
]
},
{
"id": "blend_234567",
"name": "Cozy Evening",
"description": "Warm woody with vanilla undertones",
"createdAt": "2023-02-20T18:15:00Z",
"updatedAt": "2023-02-20T18:15:00Z",
"isPublic": true,
"composition": {
"notes": [
{
"id": "note_cedar",
"name": "Cedar",
"ratio": 0.3
},
{
"id": "note_sandalwood",
"name": "Sandalwood",
"ratio": 0.3
},
{
"id": "note_vanilla",
"name": "Vanilla",
"ratio": 0.4
}
],
"baseIntensity": "strong"
},
"profile": {
"categories": ["woody", "sweet"],
"mood": ["comforting", "warming", "relaxing"],
"occasions": ["evening", "winter"]
},
"usedIn": [
{
"productId": "prod_234567",
"productName": "Custom Candle",
"orderId": "order_234567",
"orderDate": "2023-02-21T14:20:00Z"
}
]
}
// Additional blends...
]
}