BB&T Corp (Truist) · API Governance Rules

BB&T Corp (Truist) API Rules

Spectral linting rules defining API design standards and conventions for BB&T Corp (Truist).

5 Rules error 2 warn 1 info 2
View Rules File View on GitHub

Rule Categories

truist

Rules

error
truist-bearer-auth-required
All Truist API operations must use OAuth 2.0 Bearer authentication.
$.paths.*.*.security
error
truist-operation-id-required
All Truist API operations must have an operationId.
$.paths.*.*
warn
truist-response-200-required
All GET operations should define a 200 success response.
$.paths.*.get.responses
info
truist-error-responses-defined
Operations should define standard error responses.
$.paths.*.*.responses
info
truist-pagination-parameters
List operations should support pagination parameters.
$.paths[?(@property.match('accounts|transactions'))].get.parameters