Oracle GoldenGate · Schema

DataTargetTypeSchema

JSON Schema describing the handler configuration properties

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
type string
properties object
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-big-data-rest-data-target-type-schema-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DataTargetTypeSchema",
  "type": "object",
  "description": "JSON Schema describing the handler configuration properties",
  "properties": {
    "type": {
      "type": "string"
    },
    "properties": {
      "type": "object"
    }
  }
}