Oracle GoldenGate · JSON Structure

Oracle Goldengate Stream Analytics Rest Artifact Import Structure

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

ArtifactImport 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

pipeline connections references

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

JSON Structure

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