IBM WebSphere · Schema

ChannelCreate

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

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

JSON Schema

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