Solved
Forum Discussion
2 Replies
Sort By
If the schema is used in any API you can Export the API in "Json Resolved" format and the flat file will contain the schema in json format.
converting that json schema to a suitable database schema is not something SwaggerHub can do, but there are open source tools that might help. Google "dashjoin" they do very cool stuff like this,
- vericommsNew Contributor
Thanks for your response Micheál.
Currently I'm unable to confirm this from the third-party. However, I have since found an article on this topic advising to use the online tool jsonschema.net to generate database json schema from the (json) response schema. Do you think that's plausible?
Cheers.