Analog Devices · API Governance Rules

Analog Devices API Rules

Spectral linting rules defining API design standards and conventions for Analog Devices.

4 Rules error 4
View Rules File View on GitHub

Rule Categories

info operation servers

Rules

error
info-description-required
All API info objects must have descriptions
$.info
error
operation-summary-required
All operations must have summaries
$.paths[*][get,post,put,patch,delete]
error
operation-operationid-required
All operations must have operationIds
$.paths[*][get,post,put,patch,delete]
error
servers-https-only
All servers must use HTTPS
$.servers[*].url