Nuvei · API Governance Rules
Nuvei API Rules
Spectral linting rules defining API design standards and conventions for Nuvei.
6 Rules
error 2
warn 3
info 1
Rule Categories
nuvei
Rules
warn
nuvei-operation-id-camelCase
Operation IDs in Nuvei specs use camelCase mirroring the .do endpoint name.
$.paths.*.*.operationId
warn
nuvei-paths-do-suffix
Nuvei REST paths end with .do.
$.paths
error
nuvei-tag-required
Every operation must declare a tag.
$.paths.*.*
warn
nuvei-summary-title-case
Operation summaries use Title Case.
$.paths.*.*.summary
error
nuvei-server-https
All servers must use HTTPS.
$.servers[*].url
info
nuvei-checksum-required
Request bodies should reference a checksum-bearing schema.
$.paths.*.post.requestBody.content.application/json.schema