Oracle GoldenGate · JSON Structure

Oracle Goldengate Rest Message Explanation Structure

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

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

Properties

code message explanation action

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MessageExplanation",
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "explanation": {
      "type": "string"
    },
    "action": {
      "type": "string"
    }
  }
}