Oracle GoldenGate · Schema

Extract

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
name string
type string
status string
trail string
config array
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-big-data-rest-extract-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Extract",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "trail": {
      "type": "string"
    },
    "config": {
      "type": "array"
    }
  }
}