Cycloid · API Governance Rules
Cycloid API Rules
Spectral linting rules defining API design standards and conventions for Cycloid.
6 Rules
error 3
warn 3
Rule Categories
cycloid
Rules
warn
cycloid-info-contact
Cycloid API spec must declare a contact.
$.info
error
cycloid-server-https
Cycloid server URLs must use HTTPS.
$.servers[*].url
error
cycloid-base-url
Cycloid base URL must be http-api.cycloid.io.
$.servers[*].url
warn
cycloid-tags-required
Every operation must declare at least one tag.
$.paths[*][get,post,put,patch,delete]
error
cycloid-operation-id-required
Every operation must declare an operationId.
$.paths[*][get,post,put,patch,delete]
warn
cycloid-organization-scoped
Resource paths must be scoped under /organizations/{organization_canonical}.
$.paths