Skip to main content

required-collection-folders

Overview

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

The root object of a Postman Collection v1.0 must contain request folder definitions using the root folders property.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageRequired property folders in root object is missing.
CodePOSTMAN_V250
TypeValidation
Rule SystemSemantic
Broad CategoryFolders
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagspostman api semantic validation folders collection request

Suggested Fixes

  • Add missing folders property in the root object.
  • Make sure that the folders property value is not null.
  • Try importing your Postman Collection into the Postman app, save and export it and then try again.

For More Information