Oracle GoldenGate · Schema

MessageExplanation

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
code string
message string
explanation string
action string
View JSON Schema on GitHub

JSON Schema

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