Oracle GoldenGate · JSON Structure

Oracle Goldengate Veridata Rest User Structure

Type: object Properties: 7
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

User is a JSON Structure definition published by Oracle GoldenGate, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id username firstName lastName email role userGroupId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "User",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "username": {
      "type": "string"
    },
    "firstName": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "userGroupId": {
      "type": "integer"
    }
  }
}