OpenAPI Components Parameters Schema Type String Maxlength Info (Edit)

Parameters that are of the type string schema type must have their maximum value set, defining the shape of parameter data passed in with a request

OpenAPIComponentsParametersSchemaTypeDefaultSecurity

Rule Definition

openapi-components-parameters-schema-type-string-maxlength-info.yaml
{"openapi-components-parameters-schema-type-string-maxlength-info":{"description":"Parameters that are of the type string schema type must have their maximum value set, defining the shape of parameter data passed in with a request","message":"Parameter Schema Type String MaxLength","given":["$.apis.*.properties.*","$.common.*"],"severity":"info","then":{"field":"maxLength","function":"falsy"}}}

Back to All of the Rules