Jack Henry & Associates · API Governance Rules
Jack Henry & Associates API Rules
Spectral linting rules defining API design standards and conventions for Jack Henry & Associates.
3 Rules
error 1
warn 2
Rule Categories
banno
Rules
error
banno-admin-paths-versioned
All Banno Admin paths MUST live under /a/mobile/api/v0.
$.paths.*~
warn
banno-admin-institution-scoped
Admin endpoints SHOULD be scoped under /institutions/{institutionId}/ for multi-tenant isolation.
$.paths.*~
warn
banno-admin-summary-title-case
Operation summaries should use Title Case.
$.paths[*][get,post,put,delete,patch].summary