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
Describe the bug
When creating the client from a schema, it fails with the following message:
WARNING parsing GET /v1/finding within finding.
Cannot parse response for status code 200 (Could not find reference in parsed models or enums), response will be omitted from generated client
Reference(ref='#/components/schemas/Finding')
Unable to process schema /components/schemas/Finding:
Attempted to generate duplicate models with name "FindingAttribution"
Failure to process schema has resulted in the removal of:
/components/schemas/Finding
There seems to be an internal conflict of Finding, which creates a model FindingAttribution that clashes with the already defined model FindingAttribution.
Describe the bug
When creating the client from a schema, it fails with the following message:
OpenAPI Spec File
openapi.json
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: