Azure Service Bus · API Governance Rules
Azure Service Bus API Rules
Spectral linting rules defining API design standards and conventions for Azure Service Bus.
3 Rules
warn 2
info 1
Rule Categories
no
operation
payload
Rules
info
payload-property-casing
Message payload properties should be camelCase (the dominant convention in this API).
$.components.schemas[*].properties
warn
operation-id-casing
Operation IDs should be camelCase (the dominant convention in this API).
$.channels[*][publish,subscribe].operationId
warn
no-empty-descriptions
Descriptions must not be empty strings.
$..description