Openapi Operations Tags Error (Edit)

Require operation tags.

Rule Definition

openapi-operations-tags-error.yaml
{ "openapi-operations-tags-error": {"description":"Require operation tags.","message":"Operation Tags","severity":"error","given":"$.paths.*[get,post,patch,put,delete]","then":[{"field":"tags","function":"truthy"}]} }

Back to All of the Rules