CyberArk · API Governance Rules
CyberArk API Rules
Spectral linting rules defining API design standards and conventions for CyberArk.
6 Rules
error 2
warn 4
Rule Categories
cyberark
Rules
warn
cyberark-conjur-info-contact
CyberArk Conjur API spec must declare a contact.
$.info
error
cyberark-conjur-server-https
Conjur server URLs must use HTTPS.
$.servers[*].url
warn
cyberark-conjur-tags-required
Every operation must declare at least one tag.
$.paths[*][get,post,put,patch,delete]
error
cyberark-conjur-operation-id-required
Every operation must declare an operationId.
$.paths[*][get,post,put,patch,delete]
warn
cyberark-conjur-account-path-param
Conjur paths must include an {account} path parameter.
$.paths
warn
cyberark-conjur-bearer-auth
Conjur uses bearer-token authentication via securitySchemes.
$.components.securitySchemes