{ "type": "object", "description": "Definition of a data repair job", "name": "RepairJobDefinition", "properties": { "variables": { "type": "object", "description": "Map of variable names to repair actions. Keys are Analytics variable names (e.g. eVar1, prop5, activitymap) and values are action objects." } }, "required": [ "variables" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }