OpenAPI Components Parameters Schema Type String Pattern Info (Edit)

Parameters that are of the string schema type must have a pattern set, using a regex to define the shape of parameter data passed in with a request

OpenAPIComponentsParametersSchemaTypeDefaultSecurity

Rule Definition

openapi-components-parameters-schema-type-string-pattern-info.yaml
{"openapi-components-parameters-schema-type-string-pattern-info":{"description":"Parameters that are of the string schema type must have a pattern set, using a regex to define the shape of parameter data passed in with a request","message":"Parameter Schema Type String Pattern","given":["$.apis.*.properties.*","$.common.*"],"severity":"info","then":{"field":"pattern","function":"falsy"}}}

Back to All of the Rules