Oracle GoldenGate · Schema

ExtractList

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
extracts array
View JSON Schema on GitHub

JSON Schema

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