Oracle GoldenGate · Schema

UpdateConnectionDetails

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
displayName string
description string
freeformTags object
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-updateconnectiondetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateConnectionDetails",
  "title": "UpdateConnectionDetails",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "example": "example_value"
    },
    "description": {
      "type": "string",
      "example": "A sample description."
    },
    "freeformTags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "example": "example_value"
    }
  }
}