PayU / openapi-validator-middleware

Input validation using Swagger (Open API) and ajv
Apache License 2.0
144 stars 50 forks source link

Circular references not supported ? #192

Open rahulraina86 opened 1 year ago

rahulraina86 commented 1 year ago

Hi ,

I am trying to do open api validation middleware init with 3gpp open api schemas. After lots of debugging , found out that the initialization is failing due to circular references . How to solve it?