Openapi Operations Operation Ids Error (Edit)

Require operation id.

Rule Definition

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

Back to All of the Rules