{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "year", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "month", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "library", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "circulation", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "trans_stat_icat2", "type": [ "null", { "type": "string" } ] } ] }