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-datatargettypeschema-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataTargetTypeSchema",
  "title": "DataTargetTypeSchema",
  "type": "object",
  "description": "JSON Schema describing the handler configuration properties",
  "properties": {
    "type": {
      "type": "string",
      "example": "example_value"
    },
    "properties": {
      "type": "object",
      "additionalProperties": true,
      "example": "example_value"
    }
  }
}