TIER · API Governance Rules
TIER API Rules
Spectral linting rules defining API design standards and conventions for TIER.
5 Rules
warn 5
Rule Categories
tier
Rules
warn
tier-info-contact
TIER/Dott OpenAPI must declare an info.contact block.
$.info
warn
tier-operation-id-camel
All operationIds use camelCase.
$.paths.*[get,post,put,delete,patch]
warn
tier-tag-title-case
Tags use Title Case.
$.tags[*].name
warn
tier-summary-title-case
Operation summaries are written in Title Case.
$.paths.*[get,post,put,delete,patch].summary
warn
tier-gbfs-system-id-param
City-scoped feeds must accept the {system_id} path parameter.
$.paths['/{system_id}/gbfs.json'].get.parameters