Oracle GoldenGate · Schema

ValidationResult

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
valid boolean
message string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-validationresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ValidationResult",
  "title": "ValidationResult",
  "type": "object",
  "properties": {
    "valid": {
      "type": "boolean",
      "example": "500123"
    },
    "message": {
      "type": "string",
      "example": "example_value"
    }
  }
}