Oracle GoldenGate · Schema

WorkRequestCollection

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
items array
View JSON Schema on GitHub

JSON Schema

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