nette-api
nette-api copied to clipboard
Add support for generation open-api schema references by transformers
Generate and use references to Open API components->schemas
I would like to use some new class ComponentSchema with name and schema. If it is used create ref and add component. Otherwise use just schema at the correct place - like it is now.
Users are not forced to use TransformerAbstract.
Are there plans to implement support for open-api scheme?
Are there plans to implement support for open-api scheme?
Can you elaborate? There is OpanApiHandler for generating open api scheme from handlers registered in the same version