Oracle GoldenGate · Schema

Link

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
rel string
href string
mediaType string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-link-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Link",
  "title": "Link",
  "type": "object",
  "properties": {
    "rel": {
      "type": "string",
      "example": "example_value"
    },
    "href": {
      "type": "string",
      "example": "example_value"
    },
    "mediaType": {
      "type": "string",
      "example": "example_value"
    }
  }
}