Bringg · API Governance Rules
Bringg API Rules
Spectral linting rules defining API design standards and conventions for Bringg.
2 Rules
warn 2
Rule Categories
message
no
Rules
warn
message-name-casing
Message names should be PascalCase (the dominant convention in this API).
$.components.messages
warn
no-empty-descriptions
Descriptions must not be empty strings.
$..description