Oracle GoldenGate · JSON Structure

Oracle Goldengate Veridata Rest Comparison Report Structure

Type: object Properties: 6
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

ComparisonReport is a JSON Structure definition published by Oracle GoldenGate, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

runId jobName startTime endTime summary details

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ComparisonReport",
  "type": "object",
  "properties": {
    "runId": {
      "type": "integer"
    },
    "jobName": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "summary": {
      "type": "object"
    },
    "details": {
      "type": "array"
    }
  }
}