IBM WebSphere · JSON Structure

Websphere Mq Rest Subscription Structure

Type: object Properties: 6
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

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

Properties

id name topicString destination type durability

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Subscription",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "topicString": {
      "type": "string"
    },
    "destination": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "durability": {
      "type": "string"
    }
  }
}