OpenAPI Components Parameters Schema Ref Info (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-info.yaml
{"openapi-components-parameters-schema-ref-info":{"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 Use Schema Reference","severity":"info","given":"$.components.parameters.*.schema","then":{"field":"$ref","function":"truthy"}}}

Back to All of the Rules