Azure Service Bus · Schema

SBNamespaceListResult

AzureCloudEnterpriseMessage BrokerMessagingPub/SubQueues

Properties

Name Type Description
value array
nextLink string
View JSON Schema on GitHub

JSON Schema

azure-service-bus-sb-namespace-list-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SBNamespaceListResult",
  "type": "object",
  "properties": {
    "value": {
      "type": "array"
    },
    "nextLink": {
      "type": "string"
    }
  }
}