taylor-morrison-home · API Governance Rules
taylor-morrison-home API Rules
Spectral linting rules defining API design standards and conventions for taylor-morrison-home.
8 Rules
error 2
warn 6
Rule Categories
taylor
Rules
warn
taylor-morrison-operation-ids-camel-case
Operation IDs must use camelCase
$.paths[*][*].operationId
warn
taylor-morrison-path-kebab-case
Path segments must use kebab-case
$.paths[*]~
error
taylor-morrison-operation-summary-exists
All operations must have a summary
$.paths[*][get,post,put,patch,delete]
warn
taylor-morrison-operation-description-exists
All operations must have a description
$.paths[*][get,post,put,patch,delete]
error
taylor-morrison-responses-success
All operations must define a success response
$.paths[*][get,post,put,patch,delete].responses
warn
taylor-morrison-tags-title-case
Tags must use Title Case
$.tags[*].name
warn
taylor-morrison-parameters-description
All parameters must have descriptions
$.paths[*][*].parameters[*]
warn
taylor-morrison-info-contact
API must include contact info
$.info