{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "title", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "data_type", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "icon", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "sort", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "background_color", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "link", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "description", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "image", "type": [ "null", { "type": "string" } ] } ] }