Path has no operation defined

Issue ID: v3-warning-path-pathitems-empty

Description

A path in your API has no operation defined in it. This could happen, for example, if you did not have the proper access rights when retrieving the API definition.

The OpenAPI Specification (OAS) allows paths that do not have operation, but it probably is not what you want to do.

For more details, see the OpenAPI Specification.

Remediation

Define operations for all paths your API exposes.