Amazon HealthImaging · API Governance Rules

Amazon HealthImaging API Rules

Spectral linting rules defining API design standards and conventions for Amazon HealthImaging.

8 Rules error 3 warn 2 info 3
View Rules File View on GitHub

Rule Categories

healthimaging

Rules

error
healthimaging-operation-summary
All operations must have a summary
$.paths.*[get,post,put,patch,delete]
error
healthimaging-operation-id
All operations must have an operationId
$.paths.*[get,post,put,patch,delete]
warn
healthimaging-operation-tags
All operations should have tags
$.paths.*[get,post,put,patch,delete]
warn
healthimaging-response-200
All operations should have a 200 response
$.paths.*[get,post,put,patch,delete].responses
info
healthimaging-schema-description
Schema components should have descriptions
$.components.schemas.*
info
healthimaging-datastore-naming
Datastore operations should have consistent naming
$.paths.*[get,post,put,patch,delete]
error
healthimaging-hipaa-security
HIPAA-eligible service must document security requirements
$.components.securitySchemes
info
healthimaging-tag-management
Tag operations should follow consistent patterns
$.paths.*[get,post,put,patch,delete][?(@property == 'tags')]