You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-> 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: