Skip to main content

required-collection-info

Overview

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

The root object of a Postman Collection (v2.0 and above) must contain basic information or metadata related to the collection using the info property.

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

Suggested Fixes

  • Add missing info property in the root object.
  • Make sure that the info property value is not null.

For More Information