Reusable schema definition is not used in the OpenAPI definition
Issue ID: warning-global-schema-unused
Description
A reusable schema you have defined in #/definitions
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.