OpenAPI Components Parameters Schema Info (Edit)

Parameters must always possess a schema to help define the format and shape of the parameter, setting expections with consumers about what should be passed in

OpenAPIComponentsParametersSchemaDefault

Rule Definition

openapi-components-parameters-schema-info.yaml
{"openapi-components-parameters-schema-info":{"description":"Parameters must always possess a schema to help define the format and shape of the parameter, setting expections with consumers about what should be passed in","message":"Parameters Have Schema","severity":"info","given":"$.components.parameters.*","then":{"field":"schema","function":"falsy"}}}

Back to All of the Rules