{
    ...
    "valueType": "dictionary",
    "elementType": "temperature"
    "value": {
        "key_1": {
            "value": 36,
            "scale": "celsius"
        },
        "key_2": {
            "value": 6,
            "scale": "fahrenheit"
        },
    },
    ...
}