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
Hi and thank you for the great library! I like how it's written and works very stable. Good work!
I try to use ResolvingParser for my custom OpenAPI code generator. The problem is when it resolves references it doesn't keep the referenced schema name in the output spec. Is it possible to provide original schema name to the output or access it somehow with the minimal effort? Or maybe put the name to some custom OpenAPI extension field similar to x-enum-varnames or use existing field (e.g. title)?
Expected Behaviour
Hi and thank you for the great library! I like how it's written and works very stable. Good work!
I try to use
ResolvingParser
for my custom OpenAPI code generator. The problem is when it resolves references it doesn't keep the referenced schema name in the output spec. Is it possible to provide original schema name to the output or access it somehow with the minimal effort? Or maybe put the name to some custom OpenAPI extension field similar tox-enum-varnames
or use existing field (e.g.title
)?Minimal Example Spec
api.yml
demo.yml
Actual Behaviour
Steps to Reproduce
Run
prance compile api.yml output.json
Environment
The text was updated successfully, but these errors were encountered: