Getting jsonschema jsonschema.exceptions.SchemaError: Schema is not of type 'object', 'boolean',
I am writing a python program for validating json schema with sample JSON and I am using a package called jsonschema for JSON validation. When I run my code I am getting the error. It is showing that there is…