{
    "fruit": {
        "apple": {
            "color": {"type": "string", "value": "red"},
            "taste": {
                "sweet": {"type": "bool", "value": "true"}
            }
        }
    }
}
