Dell Technologies · API Governance Rules
Dell Technologies API Rules
Spectral linting rules defining API design standards and conventions for Dell Technologies.
5 Rules
error 1
warn 3
info 1
Rule Categories
dell
Rules
warn
dell-info-contact
API info should include Dell developer support contact.
$.info
warn
dell-base-url
Servers should reference developer.dell.com.
$.servers[*].url
error
dell-bearer-auth
API should declare bearer-token authentication.
$.components.securitySchemes
warn
dell-operation-tags
Operations should be tagged with infrastructure categories.
$.paths[*][*]
info
dell-status-resource
API should expose a /status resource for health checks.
$.paths