Skip to main content

required-collection-info-name

Overview

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

The root info object of a Postman Collection (v2.0 and above) must assign a user-friendly name for the collection using the name property. If name information is not provided, a default title will be assigned automatically during import/transformations in APIMatic.

PropertyValue
EnabledYes
Maximum SeverityError
MessageRequired property name in info object is empty/missing.
CodePOSTMAN_V101
TypeValidation
Rule SystemSemantic
Broad CategoryCollection Metadata
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagspostman api semantic validation name info collection

Suggested Fixes

  • Add missing name property in the info object.
  • Make sure that the name property value is not empty or null.
  • Try naming/renaming your Postman Collection in the Postman application, save and export it and then try again.

For More Information