Skip to main content

required-item-request

Overview

This rule belongs to the postman-validation ruleset and states that:

The request item object of a Postman Collection v2.0 and above document must define details related to the HTTP request using the request property.

PropertyValue
EnabledYes
Maximum SeverityError
MessageRequired property request in item definition is missing.
CodePOSTMAN_V353
TypeValidation
Rule SystemSemantic
Broad CategoryRequests
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagspostman api semantic validation request item collection

Suggested Fixes

  • Add missing request property in the item object.
  • Make sure that the request property value is not null.
  • Create the request in the Postman application again with a user-friendly name, save and export your collection and then try again.

For More Information