Oracle GoldenGate · Schema

PipelineExport

Complete pipeline export including all dependencies (sources, targets, connections, references, predictive models, geo fences, visualizations, and custom jars)

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
connections array
references array
customJars array
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-stream-analytics-rest-pipeline-export-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PipelineExport",
  "type": "object",
  "description": "Complete pipeline export including all dependencies (sources, targets, connections, references, predictive models, geo fences, visualizations, and custom jars)",
  "properties": {
    "connections": {
      "type": "array"
    },
    "references": {
      "type": "array"
    },
    "customJars": {
      "type": "array"
    }
  }
}