I need to validate the data. I want to use Json Schema. However, the original data in my dictionary. Can not understand can do I need some kind of manipulation to do or can diagram as straight to the dictionary to use. Do I need all this?:
dict_data = req.params json_data = json.loads(json.dumps(dict_data))