Take a JSON file and create a schema.
Example syntax with command line argument:
python getSchema.py example.json
Example syntax without command line argument, will prompt:
python getSchema.py
Formatting can be found at json.parser.online.fr for a better view.