jsonschema2db icon indicating copy to clipboard operation
jsonschema2db copied to clipboard

Fails when providing enums

Open swiftsword94 opened this issue 1 year ago • 0 comments

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

swiftsword94 avatar Aug 15 '23 13:08 swiftsword94