Oracle GoldenGate · Schema

RunJobRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
profileOverrides object
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-runjobrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RunJobRequest",
  "title": "RunJobRequest",
  "type": "object",
  "properties": {
    "profileOverrides": {
      "type": "object",
      "additionalProperties": true,
      "example": "example_value"
    }
  }
}