Regions Financial Corporation · API Governance Rules
Regions Financial Corporation API Rules
Spectral linting rules defining API design standards and conventions for Regions Financial Corporation.
8 Rules
error 2
warn 6
Rule Categories
regions
Rules
warn
regions-operation-ids-camel-case
Operation IDs must use camelCase
$.paths[*][*].operationId
warn
regions-tags-title-case
All tags must use Title Case
$.tags[*].name
warn
regions-v1-prefix
All paths must be prefixed with /v1/
$.paths
error
regions-oauth2-required
API must define OAuth2 security scheme
$.components.securitySchemes
warn
regions-fdx-account-types
Account type enum must include standard FDX types
$.components.schemas.Account.properties.accountType.enum
error
regions-operations-have-summaries
All operations must have a summary
$.paths[*][*]
warn
regions-paths-kebab-case
Path segments must use kebab-case
$.paths
warn
regions-pagination-on-collections
Collection endpoints should include pagination info in response
$.paths[*].get.responses.200.content['application/json'].schema.properties
Spectral Ruleset
Work with this as data
Every ruleset here is available over the APIs.io API and to AI agents over MCP.