OpenAPI Security Schemes API Keys Info (Edit)

Having components security schemes which possesses an api-key property that allows to configure how API keys are applied to operations.

OpenAPISecurityDefault

Rule Definition

openapi-security-schemes-api-key-info.yaml
{"openapi-security-schemes-api-key-info":{"description":"Having components security schemes which possesses an api-key property that allows to configure how API keys are applied to operations.","message":"Components Have a Security Schemes API Keys","severity":"info","given":"$.components.securitySchemes","then":{"field":"apiKeys","function":"falsy"}}}

Back to All of the Rules