You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in ".\Tests_API\openapi.yaml" [ResolutionError]: Recursion reached limit of 1 trying to resolve "file:///C:/Tests_API/openapi.json#/components/schemas/File"!
file:///C:/Tests_API/openapi.json#/components/schemas/File
file:///C:/Tests_API/openapi.json#/components/schemas/File
Steps to Reproduce
Environment
OS: Win 10
Python version: 3.8.5
Swagger/OpenAPI version used: 3.0.3
Backend: (flex, swagger-spec-validator or openapi-spec-validator)
The text was updated successfully, but these errors were encountered:
I would suggest using the --no-resolve flag if you are trying to use command line: prance validate --backend=openapi-spec-validator --no-resolve openapi
In robot framework, I tried using recursion_limit=100, but it still fails.
Tried adding the specific endpoints to ignore ignored_endpoints=..., but i guess i don't know the syntax either.
Expected Behavior
Validation of yaml/json file should be ok.
Minimal Example Spec
Example of yaml that fails to validate:
Actual Behavior
prance validate .\Tests_API\openapi.yaml
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: