Docs for generating schema.json from spec.go in CloudQuery

Is there any documentation on generating the schema.json from the spec.go?

There are no docs for that, but you can check out how it’s done in our Open Source Postgres destination: GitHub - cloudquery/cloudquery

If you have any questions or are facing issues, let me know and I can help you out!

Note that we use our own fork of the jsonschema package, and it requires a replace instruction in the go.mod file.