required-items-for-array-type-parameter
Overview
This rule belongs to the swagger-v2-standards-validation ruleset and states that: 
The Parameter Object of type array must specify items for the parameter using items property. This property describes the type of items in the array.
| Property | Value | 
|---|---|
| Enabled | Yes | 
| Maximum Severity | Error | 
| Message | Required itemsproperty ofarraytype Parameter Object is missing. | 
| Code | SWAGGER20STANDARDS_V109 | 
| Type | Validation | 
| Rule System | Semantic | 
| Broad Category | Parameters | 
| Products Impacted | API Transformer, Code Generation, Developer Experience Portal | 
| Tags | swagger2swaggerstandardssemanticvalidationarrayitemstypeparameter | 
Suggested Fixes
- Add missing itemsproperty in the Parameter object.
- Ensure that the itemsproperty provides a valid Items Object definition and is not set as null.