Flowise · API Governance Rules
Flowise API Rules
Spectral linting rules defining API design standards and conventions for Flowise.
6 Rules
error 1
warn 4
info 1
Rule Categories
flowise
Rules
warn
flowise-info-contact
Flowise OpenAPI must declare a contact email.
$.info
warn
flowise-info-license-apache
Flowise is Apache 2.0 — the spec should reference Apache 2.0.
$.info.license
warn
flowise-bearer-auth
Every Flowise operation (except /ping) must require bearerAuth.
$.paths[?(@property != '/ping')][*].security
error
flowise-operation-id-required
Every Flowise operation must define an operationId.
$.paths[*][*]
warn
flowise-summary-title-case
Operation summaries should start with a capitalised word.
$.paths[*][*].summary
info
flowise-tag-lowercase-kebab
Flowise tags are lowercase, hyphen-separated (matches existing convention).
$.tags[*].name