jsonschema2db
jsonschema2db copied to clipboard
Generate tables dynamically from a JSON Schema and insert data
I am using jsonschema2db package, I tried to create a table in the example it's given by you in jsonschema2db documentation, it's working fine but I don't understand much about...
Among other QoL improvements. Closes better#25.
Issue: If I have a complex json which has a $ref like - "$ref": "../common/my.json", then the library errors with the error =>TypeError: 'NoneType' object is not iterable The element...
fails when providing schema with enums: https://github.com/CMSgov/price-transparency-guide/blob/master/schemas/in-network-rates/in-network-rates.json -> if jsonschema.get(ROOT_IDENTIFIER_FIELD) is not None: (Pdb) p jsonschema.get(ROOT_IDENTIFIER_FIELD) *** AttributeError: 'list' object has no attribute 'get' jsonschema2sql.py line 163
In some properties dependencies allow to add logic. https://react-jsonschema-form.readthedocs.io/en/v1.8.1/dependencies/ Dependencies fields must be added