{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "vehicle_primary_use", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "fiscal_year", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "county", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "electrification_level", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "vehicle_type", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "calendar_year", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "state", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "gvwr_range_pounds", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "gvwr_class", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "transaction_type", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "transaction_count", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] } ] }