openapi3-parser icon indicating copy to clipboard operation
openapi3-parser copied to clipboard

Parse schema names instead of model only

Open manchenkoff opened this issue 3 years ago • 3 comments

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:

  1. Make some changes to prance library
  2. Use another package
  3. Write a custom resolver for that functionality

manchenkoff avatar Jul 06 '22 14:07 manchenkoff

@yoyossef also suggested adding ref as a field of schema (see #48)

manchenkoff avatar Dec 10 '22 09:12 manchenkoff

Is there a workaround to currently get the schema name of a ref ?

emelymw avatar Mar 30 '24 19:03 emelymw

Hey @emelymw, nope, currently there is no workaround since the initial parsing is out of the control of this package.

manchenkoff avatar Mar 30 '24 23:03 manchenkoff