Adobe Analytics · JSON Structure

Adobe Analytics Data Repair Repair Job Definition Structure

Definition of a data repair job

Type: object Properties: 1 Required: 1
AdobeAnalyticsBusiness IntelligenceCustomer IntelligenceDigital MarketingMarketingWeb Analytics

RepairJobDefinition is a JSON Structure definition published by Adobe Analytics, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

variables

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "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"
}