Adobe Analytics · Schema

RepairJob

Status and details of a data repair job

AdobeAnalyticsBusiness IntelligenceCustomer IntelligenceDigital MarketingMarketingWeb Analytics

Properties

Name Type Description
jobId integer Unique job identifier
reportSuiteId string The report suite being repaired
dateRangeStart string Start of the repair date range
dateRangeEnd string End of the repair date range
status string Current status of the repair job
progress integer Job completion percentage (0-100)
jobCreateTime string Timestamp when the job was created
jobCompleteTime string Timestamp when the job completed
serverCalls integer Actual number of server calls processed
nodesProcessed integer Number of data nodes processed
View JSON Schema on GitHub

JSON Schema

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

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/adobe-analytics-data-repair-repair-job"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.