{
"id": "text",
"sweetness": 1,
"acidity": 1,
"umami": 1,
"aroma": {
"intensity": 1,
"complexity": 1,
"primary_notes": [
{
"name": "text",
"intensity": 1
}
],
"secondary_notes": [
{
"name": "text",
"intensity": 1
}
],
"tertiary_notes": [
{
"name": "text",
"intensity": 1
}
]
},
"texture": {
"firmness": 1,
"juiciness": 1,
"mouthfeel": 1,
"structural_integrity": 1
}
}