openapistack / openapi-client-axios

JavaScript client library for consuming OpenAPI-enabled APIs with axios
https://openapistack.co
MIT License
556 stars 67 forks source link

Dump out JSON from OpenAPI #169

Open wayland opened 11 months ago

wayland commented 11 months ago

It should be possible (or, if possible, more obvious in the documentation) to dump out a JSON object from OpenAPI -- specifically for use with jsonforms or equivalent.

https://jsonforms.io/

This means that, if we have an OpenAPI, we'll be able to generate forms somewhat automatically.

HTH,