LICENSE
README.md
setup.py
aws_schema/__init__.py
aws_schema/__main__.py
aws_schema/_parameter_casting.py
aws_schema/_validation_base_class.py
aws_schema/api_validation.py
aws_schema/json_to_python_type.py
aws_schema/nested_dict_helper.py
aws_schema/openAPI_converter.py
aws_schema/response_validation.py
aws_schema/schema_validator.py
aws_schema.egg-info/PKG-INFO
aws_schema.egg-info/SOURCES.txt
aws_schema.egg-info/dependency_links.txt
aws_schema.egg-info/not-zip-safe
aws_schema.egg-info/requires.txt
aws_schema.egg-info/top_level.txt
testing/__init__.py
testing/conftest.py
testing/test_api_validation.py
testing/test_nested_dict_helper.py
testing/test_openAPI_converting.py
testing/test_openAPI_request_validation.py
testing/test_openAPI_response_validation.py
testing/test_openAPI_selection.py
testing/test_parameter_casting.py
testing/test_response_validation.py
testing/test_schema_loading.py
testing/test_schema_validation.py