Reusable schema definition is not used in the OpenAPI definition

Issue ID: v3-warning-global-schema-unused

Description

A reusable schema you have defined in #/components/schemas is not used anywhere in your API.

For more details, see the OpenAPI Specification.

Remediation

Remove unused reusable schemas, or make sure they are used in the API.