OpenAPI Components Parameters Schema Type Integer Maximum Info (Edit)

Parameters that are of the integer 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-integer-maximum-info.yaml
{"openapi-components-parameters-schema-type-integer-maximum-info":{"description":"Parameters that are of the integer schema type must have their maximum value set, defining the shape of parameter data passed in with a request","message":"Parameter Schema Type Integer Maximum","given":["$.apis.*.properties.*","$.common.*"],"severity":"info","then":{"field":"maximum","function":"falsy"}}}

Back to All of the Rules