I'm trying to use the schema
pypi package to validate a data-structure in python
How to validate structure (or schema) of dictionary in Python?
I would like to use it to try and validate for type function
in my dictionary.
Reading through the docs there is no obvious way to do this.
Has anyone used schema
to do this?