Oracle GoldenGate · Schema

CertificateNameList

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
certificates array
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-certificate-name-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CertificateNameList",
  "type": "object",
  "properties": {
    "certificates": {
      "type": "array"
    }
  }
}