Oracle GoldenGate · Schema

ParameterInfo

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
name string
description string
type string
defaultValue string
validValues array
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-parameter-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ParameterInfo",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "defaultValue": {
      "type": "string"
    },
    "validValues": {
      "type": "array"
    }
  }
}