IBM WebSphere · Schema

NotificationSubscription

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
id string
objectName string
filters array
created string
View JSON Schema on GitHub

JSON Schema

websphere-liberty-rest-connector-notification-subscription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NotificationSubscription",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "objectName": {
      "type": "string"
    },
    "filters": {
      "type": "array"
    },
    "created": {
      "type": "string"
    }
  }
}