Traefik Mesh · API Governance Rules
Traefik Mesh API Rules
Spectral linting rules defining API design standards and conventions for Traefik Mesh.
Traefik Mesh API Rules is a Spectral governance ruleset published by Traefik Mesh on the APIs.io network, containing 15 lint rules.
The ruleset includes 8 error-severity rules and 7 warning-severity rules.
Tagged areas include Kubernetes, Service Mesh, Open Source, SMI, and Traffic Management.
Rulesets can be applied to your own OpenAPI specs via Spectral to enforce the same governance standards.
15 Rules
error 8
warn 7
Rule Categories
info
operation
parameter
paths
response
schema
servers
Rules
error
info-title-required
$.info
warn
info-title-format
$.info.title
error
info-description-required
$.info
error
info-version-required
$.info
error
servers-defined
$
error
paths-no-trailing-slash
$.paths
error
operation-operationId-required
$.paths[*][*]
error
operation-summary-required
$.paths[*][*]
warn
operation-summary-title-case
$.paths[*][*].summary
warn
operation-description-required
$.paths[*][*]
warn
operation-tags-required
$.paths[*][*]
error
response-200-defined
$.paths[*][get]
warn
paths-api-prefix
$.paths
warn
parameter-description-required
$.paths[*][*].parameters[*]
warn
schema-description-required
$.components.schemas[*]