FransvanEk
5 years agoOccasional Visitor
jsonschema to openapi
Hi,
i am working on a api generator tool where jsonschema is used to define input and output. I want to provide swagger documentation for the endpoints.
I have managed to get it all working but i am left with the conversion of the jsonschema into a List of OpenApiParameters.
Is there tooling or support within the library to make such a conversion? I am using Swashbuckle.AspNetCore 5.5.1
kind regards,