OpenAPI Components Parameters Schema Items Array Info (Edit)

Parameters that are of an array type should always have the items defined, being explicit about what is continued as part of the array

OpenAPIComponentsParametersSchemaTypeDefaultSecurity

Rule Definition

openapi-components-parameters-schema-items-array-info.yaml
{"openapi-components-parameters-schema-items-array-info":{"description":"Parameters that are of an array type should always have the items defined, being explicit about what is continued as part of the array","message":"Parameter Schema Array MUST Has Items","severity":"info","given":"$.components.parameters.schema[?(@.type=='array')]","then":{"field":"items","function":"falsy"}}}

Back to All of the Rules