Azure Service Bus · Schema

SBTopic

AzureCloudEnterpriseMessage BrokerMessagingPub/SubQueues

Properties

Name Type Description
id string
name string
type string
properties object
View JSON Schema on GitHub

JSON Schema

azure-service-bus-sb-topic-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SBTopic",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "properties": {
      "type": "object"
    }
  }
}