Oracle GoldenGate · Schema

StartDeploymentDetails

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
type string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-startdeploymentdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StartDeploymentDetails",
  "title": "StartDeploymentDetails",
  "type": "object",
  "required": [
    "type"
  ],
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "DEFAULT"
      ],
      "example": "DEFAULT"
    }
  }
}