IBM WebSphere · JSON Structure

Websphere Mq Rest Topic Structure

Type: object Properties: 7
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

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

Properties

name topicString description type durableSubscriptions publish subscribe

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Topic",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "topicString": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "durableSubscriptions": {
      "type": "string"
    },
    "publish": {
      "type": "string"
    },
    "subscribe": {
      "type": "string"
    }
  }
}