Adobe Analytics · JSON Structure

Adobe Analytics Data Repair Repair Job Structure

Status and details of a data repair job

Type: object Properties: 10
AdobeAnalyticsBusiness IntelligenceCustomer IntelligenceDigital MarketingMarketingWeb Analytics

RepairJob is a JSON Structure definition published by Adobe Analytics, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

jobId reportSuiteId dateRangeStart dateRangeEnd status progress jobCreateTime jobCompleteTime serverCalls nodesProcessed

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Status and details of a data repair job",
  "name": "RepairJob",
  "properties": {
    "jobId": {
      "type": "integer",
      "description": "Unique job identifier"
    },
    "reportSuiteId": {
      "type": "string",
      "description": "The report suite being repaired"
    },
    "dateRangeStart": {
      "type": "date",
      "description": "Start of the repair date range"
    },
    "dateRangeEnd": {
      "type": "date",
      "description": "End of the repair date range"
    },
    "status": {
      "type": "string",
      "description": "Current status of the repair job",
      "enum": [
        "processing",
        "complete",
        "failed"
      ]
    },
    "progress": {
      "type": "integer",
      "description": "Job completion percentage (0-100)"
    },
    "jobCreateTime": {
      "type": "datetime",
      "description": "Timestamp when the job was created"
    },
    "jobCompleteTime": {
      "type": "datetime",
      "description": "Timestamp when the job completed"
    },
    "serverCalls": {
      "type": "integer",
      "description": "Actual number of server calls processed"
    },
    "nodesProcessed": {
      "type": "integer",
      "description": "Number of data nodes processed"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/adobe-analytics-data-repair-repair-job-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.