OpenAPI Components Parameters Schema Type Info (Edit)

Parameters must always have their schema type defined, being precise about what type of data can be inputted and used to configure an API request

OpenAPIComponentsParametersSchemaTypeDefault

Rule Definition

openapi-components-parameters-schema-type-info.yaml
{"openapi-components-parameters-schema-type-info":{"description":"Parameters must always have their schema type defined, being precise about what type of data can be inputted and used to configure an API request","message":"Parameter Schema Type","severity":"info","given":"$.components.parameters.*.schema","then":{"field":"type","function":"falsy"}}}

Back to All of the Rules