MANIFEST.in
backend_shim.py
setup.py
jsf/LICENSE
jsf/README.md
jsf/__init__.py
jsf/cli.py
jsf/parser.py
jsf.egg-info/PKG-INFO
jsf.egg-info/SOURCES.txt
jsf.egg-info/dependency_links.txt
jsf.egg-info/entry_points.txt
jsf.egg-info/namespace_packages.txt
jsf.egg-info/requires.txt
jsf.egg-info/top_level.txt
jsf.egg-info/zip-safe
jsf/schema_types/__init__.py
jsf/schema_types/_tuple.py
jsf/schema_types/allof.py
jsf/schema_types/anyof.py
jsf/schema_types/array.py
jsf/schema_types/base.py
jsf/schema_types/boolean.py
jsf/schema_types/enum.py
jsf/schema_types/null.py
jsf/schema_types/number.py
jsf/schema_types/object.py
jsf/schema_types/oneof.py
jsf/schema_types/string.py
jsf/schema_types/string_utils/content_encoding.py
jsf/schema_types/string_utils/content_type/__init__.py
jsf/schema_types/string_utils/content_type/application__gzip.py
jsf/schema_types/string_utils/content_type/application__jwt.py
jsf/schema_types/string_utils/content_type/application__zip.py
jsf/schema_types/string_utils/content_type/image__jpeg.py
jsf/schema_types/string_utils/content_type/image__webp.py
jsf/schema_types/string_utils/content_type/text__plain.py
jsf/tests/__init__.py
jsf/tests/conftest.py
jsf/tests/test_cli.py
jsf/tests/test_default_fake.py
jsf/tests/test_model_gen.py
jsf/tests/test_nullable_types_gen.py
jsf/tests/test_parser.py
jsf/tests/test_utils.py
jsf/tests/data/allof-complex.json
jsf/tests/data/allof.json
jsf/tests/data/anyof.json
jsf/tests/data/anyof_object.json
jsf/tests/data/array-dicts.json
jsf/tests/data/array-fixed-int.json
jsf/tests/data/array-fixed-str.json
jsf/tests/data/array.json
jsf/tests/data/boolean.json
jsf/tests/data/const.json
jsf/tests/data/custom.json
jsf/tests/data/enum.json
jsf/tests/data/external-ref-common.json
jsf/tests/data/external-ref.json
jsf/tests/data/inner-ref.json
jsf/tests/data/integer.json
jsf/tests/data/null.json
jsf/tests/data/number-exclusive-float.json
jsf/tests/data/number-exclusive.json
jsf/tests/data/number.json
jsf/tests/data/object.json
jsf/tests/data/object_no_properties.json
jsf/tests/data/oneof.json
jsf/tests/data/oneof_allof.json
jsf/tests/data/oneof_object.json
jsf/tests/data/recursion.json
jsf/tests/data/string-content-encoding.json
jsf/tests/data/string-content-type.json
jsf/tests/data/string-enum.json
jsf/tests/data/string-format.json
jsf/tests/data/string.json
jsf/tests/data/tuple.json
jsf/tests/data/type-list-null.json
jsf/tests/data/unique-items-array.json