response-header-non-negative-max-items
Overview
This rule belongs to the swagger-v2-standards-validation ruleset and states that: 
The numeric validation keyword maxItems for the header object, must have a non-negative integer value i.e. the value must be greater than or equal to 0.
| Property | Value | 
|---|---|
| Enabled | Yes | 
| Maximum Severity | Error | 
| Message | Value of property maxItemsis less than 0 for header object. | 
| Code | SWAGGER20STANDARDS_V230 | 
| Type | Validation | 
| Rule System | Semantic | 
| Broad Category | Response Headers | 
| Products Impacted | API Transformer, Code Generation, Developer Experience Portal | 
| Tags | swagger2swaggerstandardssemanticvalidationmax itemsnumberintegerarraysjson schema validationjson schemaheader | 
Suggested Fixes
- Ensure that the value for the validation keyword is a valid integer.
- Ensure that the value is not less than 0 i.e. a negative value.