{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "the_geom", "type": [ "null", { "logicaltype": "geography_wkt", "type": "string" } ] }, { "default": null, "name": "major", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "minor", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "shape_len", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "pin", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "shape_area", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] } ] }