{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "shape_area", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "shape_leng", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "landmark_ty", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "landmark_ur", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "landmark_na", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "edit_date", "type": [ "null", { "logicalType": "timestamp-millis", "type": "long" } ] }, { "default": null, "name": "data_provid", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "jurisdicti", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "the_geom", "type": [ "null", { "logicaltype": "geography_wkt", "type": "string" } ] } ] }