vericomms
3 years agoNew Contributor
Generate JSON Schemas
Is it possible to generate database (JSON) schemas based on swagger definitions?. Thanks.
- 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,