Openapi No API In Path Info (Edit)

Has no api in path.

Rule Definition

openapi-no-api-in-path-info.yaml
{ "openapi-no-api-in-path-info": {"description":"Has no api in path.","message":"No API in Path","severity":"info","given":"$.paths.*~","then":{"function":"pattern","functionOptions":{"notMatch":"\\b(API|api)\\b"}}} }

Back to All of the Rules