Gladly · API Governance Rules
Gladly API Rules
Spectral linting rules defining API design standards and conventions for Gladly.
4 Rules
error 1
warn 3
Rule Categories
gladly
operation
Rules
warn
operation-singular-tag
Each operation should belong to exactly one Gladly business surface tag.
$.paths[*][get,post,put,patch,delete]
warn
gladly-summary-title-case
Operation summary should use Title Case.
$.paths[*][get,post,put,patch,delete].summary
error
gladly-paths-no-trailing-slash
Gladly paths must not end with a trailing slash (other than the root).
$.paths
warn
gladly-security-required
Every operation should declare basic auth unless it is the public answer search.
$.paths[*][get,post,put,patch,delete]