Does what it says on the tin; creates an entity-relationship diagram from a JSON Table Schema
Massive thanks to iburadempa for creating jts_erd, from which this code is derived. jts_erd was designed with Postgres exports in mind; this code assumes a slightly different packaging structure and so probably won't work for that use case.
Development has used Python 3.8.
Documentation: https://erd-from-json-table-schema.readthedocs.org/