OpenAPI Components Parameters Schema Type Integer Minimum Info (Edit)

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

OpenAPIComponentsParametersSchemaTypeDefaultSecurity

Rule Definition

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

Back to All of the Rules