jsonschema2db icon indicating copy to clipboard operation
jsonschema2db copied to clipboard

Generate tables dynamically from a JSON Schema and insert data

Results 15 jsonschema2db issues
Sort by recently updated
recently updated
newest added

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