IBM WebSphere · JSON Structure

Websphere Automation Rest Notification Structure

Type: object Properties: 8
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Notification is a JSON Structure definition published by IBM WebSphere, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id type severity title message read createdDate relatedResourceId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Notification",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "severity": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "read": {
      "type": "boolean"
    },
    "createdDate": {
      "type": "string"
    },
    "relatedResourceId": {
      "type": "string"
    }
  }
}