Oracle GoldenGate · Schema

GroupList

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
groups array
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-grouplist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GroupList",
  "title": "GroupList",
  "type": "object",
  "properties": {
    "groups": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Group"
      },
      "example": []
    }
  }
}