python-schemaEasy Playground

Simple data validation library using Python literals

Getting started with python-schemaRun locally
Install
pip install schema
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: python_schema)

python-schema is a third-party package. Simple data validation library using Python literals. Install with: pip install schema

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?