Oracle GoldenGate · Schema

ColumnMapping

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
sourceColumn string
targetColumn string
dataType string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-veridata-rest-column-mapping-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ColumnMapping",
  "type": "object",
  "properties": {
    "sourceColumn": {
      "type": "string"
    },
    "targetColumn": {
      "type": "string"
    },
    "dataType": {
      "type": "string"
    }
  }
}