Oracle GoldenGate · Schema

DeploymentVersionCollection

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
items array
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-deploymentversioncollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeploymentVersionCollection",
  "title": "DeploymentVersionCollection",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "oggVersion": {
            "type": "string"
          },
          "deploymentType": {
            "type": "string"
          },
          "releaseType": {
            "type": "string"
          },
          "isSecurityFix": {
            "type": "boolean"
          },
          "timeReleased": {
            "type": "string",
            "format": "date-time"
          }
        }
      },
      "example": []
    }
  }
}