lib/schemas/config_schema.json in loggable_activity-0.1.59 vs lib/schemas/config_schema.json in loggable_activity-0.2.1c

- old
+ new

@@ -5,20 +5,26 @@ "current_user_model_name": { "type": "string" }, "fetch_current_user_name_from": { "type": "string" + }, + "task_for_sanitization": { + "type": "boolean" } }, "patternProperties": { - "^(?!current_user_model_name$|fetch_current_user_name_from$)[A-Za-z0-9_:]+$": { + "^(?!current_user_model_name$|fetch_current_user_name_from$|task_for_sanitization)[A-Za-z0-9_:]+$": { "type": "object", "properties": { "data_owner": { "type": "boolean" }, "fetch_record_name_from": { "type": "string" + }, + "task_for_sanitization": { + "type": "boolean" }, "loggable_attrs": { "type": "array", "items": { "type": "string" \ No newline at end of file