README.rst
setup.cfg
setup.py
integration_tests/__init__.py
integration_tests/integration_tests_from_test_spec_dir_test.py
swagger_spec_compatibility/__init__.py
swagger_spec_compatibility/__main__.py
swagger_spec_compatibility/cache.py
swagger_spec_compatibility/py.typed
swagger_spec_compatibility/spec_utils.py
swagger_spec_compatibility/util.py
swagger_spec_compatibility.egg-info/PKG-INFO
swagger_spec_compatibility.egg-info/SOURCES.txt
swagger_spec_compatibility.egg-info/dependency_links.txt
swagger_spec_compatibility.egg-info/entry_points.txt
swagger_spec_compatibility.egg-info/requires.txt
swagger_spec_compatibility.egg-info/top_level.txt
swagger_spec_compatibility/cli/__init__.py
swagger_spec_compatibility/cli/common.py
swagger_spec_compatibility/cli/explain.py
swagger_spec_compatibility/cli/info.py
swagger_spec_compatibility/cli/run.py
swagger_spec_compatibility/rules/__init__.py
swagger_spec_compatibility/rules/added_enum_value_in_response.py
swagger_spec_compatibility/rules/added_properties_in_response_objects_with_additional_properties_set_to_false.py
swagger_spec_compatibility/rules/added_required_property_in_request.py
swagger_spec_compatibility/rules/changed_additional_properties_to_false.py
swagger_spec_compatibility/rules/changed_type.py
swagger_spec_compatibility/rules/common.py
swagger_spec_compatibility/rules/deleted_endpoint.py
swagger_spec_compatibility/rules/removed_enum_value_from_request.py
swagger_spec_compatibility/rules/removed_properties_from_request_objects_with_additional_properties_set_to_false.py
swagger_spec_compatibility/rules/removed_required_property_from_response.py
swagger_spec_compatibility/walkers/__init__.py
swagger_spec_compatibility/walkers/additional_properties.py
swagger_spec_compatibility/walkers/changed_types.py
swagger_spec_compatibility/walkers/enum_values.py
swagger_spec_compatibility/walkers/request_parameters.py
swagger_spec_compatibility/walkers/required_properties.py
swagger_spec_compatibility/walkers/response_paths.py