OpenAPI Components Parameters Schema Error (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-error.yaml
{"openapi-components-parameters-schema-error":{"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 MUST Have Schema","given":"$.components.parameters.*","then":{"field":"schema","function":"truthy"}}}

Back to All of the Rules