Oracle GoldenGate · JSON Structure

Oracle Goldengate Rest Config File Structure

Type: object Properties: 3
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

ConfigFile is a JSON Structure definition published by Oracle GoldenGate, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name content lastModified

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ConfigFile",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "content": {
      "type": "string"
    },
    "lastModified": {
      "type": "string"
    }
  }
}