{ "rules": [ { "replace": { "column": "email" }, "with": { "fill": "*" } }, { "replace": { "table": "users", "column": "emailLocalPart" }, "with": { "fill": "*" } }, { "replace": { "table": "users", "column": "hash" }, "with": { "fill": "*" } }, { "replace": { "table": "persons", "column": "firstName" }, "with": { "fill": "*" } }, { "replace": { "table": "persons", "column": "lastName" }, "with": { "fill": "*" } }, { "replace": { "table": "persons", "column": "address" }, "with": { "fill": "*" } }, { "replace": { "table": "persons", "column": "zip" }, "with": { "fill": "*" } }, { "replace": { "table": "persons", "column": "phone" }, "with": { "fill": "*" } }, { "replace": { "table": "persons", "column": "idNumber" }, "with": { "fill": "*" } }, { "replace": { "table": "persons", "column": "agreement" }, "with": { "fill": "*" } }, { "replace": { "table": "jumioWebhooks", "column": "data" }, "with": { "fill": "*" } }, { "replace": { "table": "modelsMyClub", "column": "personData" }, "with": { "fill": "*" } }, { "replace": { "table": "dsaReports", "column": "name" }, "with": { "fill": "*" } }, { "replace": { "table": "telegrams", "column": "meta" }, "with": { "fill": "*" } }, { "replace": { "table": "payouts", "column": "details" }, "with": { "fill": "*" } }, { "replace": { "table": "payouts", "column": "invoice" }, "with": { "fill": "*" } } ] }