{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "user_library", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "number_of_users", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "user_profile", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "user_last_activity_year", "type": [ "null", { "type": "string" } ] } ] }