Postman Validation
Overview
Validation checks performed on files associated with Postman e.g. Postman Collections, Postman Environment files, Postman data dump files or general Postman data files.
| Property | Value | 
|---|---|
| Id | postman-validation | 
| Code | POSTMAN_V | 
| Ruleset Type | Validation | 
| Default Severity of All Rules | Error | 
| Rule System | Semantic | 
| Tags | postman api semantic validation | 
For More Information
Categories of Rules
- Basic Structure (POSTMAN_V001 - POSTMAN_V099)
 - Collection Metadata (POSTMAN_V100 - POSTMAN_V149)
 - API Servers (POSTMAN_V150 - POSTMAN_V199)
 - Items (POSTMAN_V200 - POSTMAN_V249)
 - Folders (POSTMAN_V250 - POSTMAN_V349)
 - Requests (POSTMAN_V350 - POSTMAN_V449)
 - Responses (POSTMAN_V450 - POSTMAN_V499)
 - Authentication (POSTMAN_V500 - POSTMAN_V599)
 - Miscellaneous (POSTMAN_V600 - POSTMAN_V999)
 
Basic Structure Rules
- valid-postman-collection-syntax (POSTMAN_V001)
 - valid-postman-data-dump-syntax (POSTMAN_V002)
 - valid-postman-environment-syntax (POSTMAN_V003)
 
Collection Metadata Rules
- required-collection-info (POSTMAN_V100)
 - required-collection-info-name (POSTMAN_V101)
 - required-collection-name (POSTMAN_V102)
 
API Servers Rules
- required-request-server-base-url (POSTMAN_V150)
 - required-request-server-url-variable-value (POSTMAN_V151)
 
Items Rules
Folders Rules
- required-collection-folders (POSTMAN_V250)
 - at-least-one-folder (POSTMAN_V251)
 - required-folder-name (POSTMAN_V252)
 - required-folder-items (POSTMAN_V253)
 - no-empty-folder (POSTMAN_V254)
 
Requests Rules
- required-collection-requests (POSTMAN_V350)
 - at-least-one-request (POSTMAN_V351)
 - required-request-name (POSTMAN_V352)
 - required-item-request (POSTMAN_V353)
 - required-request-header-key (POSTMAN_V354)
 - required-request-header-value (POSTMAN_V355)
 - no-request-payload-with-get-method (POSTMAN_V356)