Circular reference is not allowed

Issue ID: validation-reference-circular

Description

One or more schemas in your API have a circular reference, meaning that they reference themselves at the same level.

For example, a schema object in allOf must not reference the schema holding the allOf property. Same applies to oneOf, anyOf and not properties.

For more details, see the OpenAPI Specification.

Remediation

Make sure that you have not defined any circular references for the schemas in your API.