Ansible Automation Platform · API Governance Rules

Ansible Automation Platform API Rules

Spectral linting rules defining API design standards and conventions for Ansible Automation Platform.

6 Rules error 4 warn 2
View Rules File View on GitHub

Rule Categories

info operation response security

Rules

warn
info-title-prefix
Info title should start with "Ansible"
$.info
error
operation-operationId-required
Every operation must have an operationId
$.paths[*][get,post,put,patch,delete]
error
operation-summary-required
Every operation must have a summary
$.paths[*][get,post,put,patch,delete]
warn
operation-tags-required
Every operation must have tags
$.paths[*][get,post,put,patch,delete]
error
response-success-required
Operations must have success responses
$.paths[*][get,post,put,patch,delete].responses
error
security-global-defined
Global security must be defined
$