OpenAPI Info Description Eval Tag Error (Edit)

Eval functions MUST not be included in the description of an API, keeping descriptions to just the text that is needed, and relying on the rest of the OpenAPI to describe what is possible.

OpenAPIMetadataDefaultDocumentation

Rule Definition

openapi-info-description-eval-error.yaml
{"openapi-info-description-eval-error":{"description":"Eval functions MUST not be included in the description of an API, keeping descriptions to just the text that is needed, and relying on the rest of the OpenAPI to describe what is possible.","message":"Info Description MUST NOT Have Eval Tag","severity":"error","given":"$.info","then":{"field":"description","function":"pattern","functionOptions":{"notMatch":"^\\b(<eval)\\b"}}}}

Back to All of the Rules