Oracle GoldenGate · Schema

WorkRequestLogEntryCollection

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
items array
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-workrequestlogentrycollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkRequestLogEntryCollection",
  "title": "WorkRequestLogEntryCollection",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "message": {
            "type": "string"
          },
          "timestamp": {
            "type": "string",
            "format": "date-time"
          }
        }
      },
      "example": []
    }
  }
}