Amazon App Mesh · API Governance Rules
Amazon App Mesh API Rules
Spectral linting rules defining API design standards and conventions for Amazon App Mesh.
3 Rules
error 3
Rule Categories
amazon
Rules
error
amazon-app-mesh-info-title
API must have a title.
$.info
error
amazon-app-mesh-operation-summary
Operations must have summaries.
$.paths[*][get,post,put,patch,delete]
error
amazon-app-mesh-operation-id
Operations must have operationIds.
$.paths[*][get,post,put,patch,delete]