OpenAPI Components Parameters Schema Ref Error (Edit)

Parameters must always use a schema reference that utilizes reusable schema that are defined as part of a centralized schema components library

OpenAPIComponentsParametersSchemaDefault

Rule Definition

openapi-components-parameters-schema-ref-error.yaml
{"openapi-components-parameters-schema-ref-error":{"description":"Parameters must always use a schema reference that utilizes reusable schema that are defined as part of a centralized schema components library","message":"Parameters MUST Use Schema Reference","severity":"error","given":"$.components.parameters.*.schema","then":{"field":"$ref","function":"falsy"}}}

Back to All of the Rules