IBM WebSphere · Schema

TopicCreate

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
name string
topicString string
description string
type string
View JSON Schema on GitHub

JSON Schema

websphere-mq-rest-topic-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TopicCreate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "topicString": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}