CDK Global · API Governance Rules
CDK Global API Rules
Spectral linting rules defining API design standards and conventions for CDK Global.
3 Rules
warn 3
Rule Categories
no
security
server
Rules
warn
server-security-defined
Servers should declare their security requirements.
$.servers[*]
warn
security-schemes-defined
Security schemes should be defined in components.
$.components
warn
no-empty-descriptions
Descriptions must not be empty strings.
$..description