Oracle GoldenGate · Schema

PipelineSource

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
id string
name string
type string Source type
connectionName string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-stream-analytics-rest-pipeline-source-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PipelineSource",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "description": "Source type"
    },
    "connectionName": {
      "type": "string"
    }
  }
}