{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "total_lifetime_circulation", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "number_of_items", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "item_library_code", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "avg_circulation", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "section_category", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "special_collection_category", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "audience_category", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "item_description", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "item_type", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "genre_category", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "item_collection", "type": [ "null", { "type": "string" } ] } ] }