Oracle GoldenGate · Schema

ArtifactImport

JSON document containing exported GGSA artifacts

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
pipeline object
connections array
references array
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-stream-analytics-rest-artifact-import-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ArtifactImport",
  "type": "object",
  "description": "JSON document containing exported GGSA artifacts",
  "properties": {
    "pipeline": {
      "type": "object"
    },
    "connections": {
      "type": "array"
    },
    "references": {
      "type": "array"
    }
  }
}