{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "surface", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "ownership", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "data_provid", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "trail_type", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "the_geom", "type": [ "null", { "logicaltype": "geography_wkt", "type": "string" } ] }, { "default": null, "name": "edit_date", "type": [ "null", { "logicalType": "timestamp-millis", "type": "long" } ] }, { "default": null, "name": "trail_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "shape_leng", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] } ] }