Oracle GoldenGate · Schema

DataTargetTypeList

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
types array
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-datatargettypelist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataTargetTypeList",
  "title": "DataTargetTypeList",
  "type": "object",
  "properties": {
    "types": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Handler type name"
          },
          "description": {
            "type": "string"
          }
        }
      },
      "example": []
    }
  }
}