Oracle GoldenGate · JSON Structure

Oracle Goldengate Stream Analytics Rest Pipeline Export Structure

Type: object Properties: 3
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

PipelineExport is a JSON Structure definition published by Oracle GoldenGate, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

connections references customJars

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PipelineExport",
  "type": "object",
  "properties": {
    "connections": {
      "type": "array"
    },
    "references": {
      "type": "array"
    },
    "customJars": {
      "type": "array"
    }
  }
}