Oracle GoldenGate · Schema

RunJobRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
profileOverrides object
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-veridata-rest-run-job-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RunJobRequest",
  "type": "object",
  "properties": {
    "profileOverrides": {
      "type": "object"
    }
  }
}