{ "type": "record", "name": "observation", "fields": [ { "name": "key", "type": "string", "logicalType": "uuid" }, { "name": "value", "type": "record", "fields": [ { "name": "amount", "type": "double" }, { "name": "unit", "type": "enum", "symbols": ["CELSIUS", "MILLIBAR"] } ] } ] }