openapi3-parser
openapi3-parser copied to clipboard
Parse schema names instead of model only
The current version of prance resolver could not return schema names when it resolves ref links. In order to solve that problem there are several solutions:
- Make some changes to
prancelibrary - Use another package
- Write a custom resolver for that functionality
@yoyossef also suggested adding ref as a field of schema (see #48)
Is there a workaround to currently get the schema name of a ref ?
Hey @emelymw, nope, currently there is no workaround since the initial parsing is out of the control of this package.