Schema properties that are of the type array should have a min items property defined
OpenAPI Schema Properties Array Minitems Info
Message: Schema Array Properties Have Min Items
Policies
Parameter Types
Getting parameter types right -- integers, strings, arrays, numbers -- with proper formats and constraints prevents a whole category of integration bugs before they happen.
Schema Property Shapes
Property shapes -- min and max lengths, array bounds, number ranges -- define the constraints on your data. These constraints are what prevent garbage data from flowing through your APIs.
Schema Constraints
Schema constraints like min, max, minLength, maxLength, and enum values are the guardrails on your data. Without them, anything can flow through your API and garbage in means garbage out.