IBM WebSphere · Schema

Notification

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
type string
source string
message string
sequenceNumber integer
timestamp integer
userData object
View JSON Schema on GitHub

JSON Schema

websphere-liberty-rest-connector-notification-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Notification",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "source": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "sequenceNumber": {
      "type": "integer"
    },
    "timestamp": {
      "type": "integer"
    },
    "userData": {
      "type": "object"
    }
  }
}