.gitignore
.pre-commit-config.yaml
LICENSE.md
README.md
pyproject.toml
requirements-dev.txt
setup.py
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/pypi.yml
demo/demo.ipynb
ipywidgets_jsonschema/__init__.py
ipywidgets_jsonschema/_version.py
ipywidgets_jsonschema/form.py
ipywidgets_jsonschema.egg-info/PKG-INFO
ipywidgets_jsonschema.egg-info/SOURCES.txt
ipywidgets_jsonschema.egg-info/dependency_links.txt
ipywidgets_jsonschema.egg-info/requires.txt
ipywidgets_jsonschema.egg-info/top_level.txt
tests/conftest.py
tests/test_form.py
tests/schemas/adaptivefiltering-application.json
tests/schemas/anyof-simple.json
tests/schemas/anyof-title.json
tests/schemas/array-defaults.json
tests/schemas/array-fixed.json
tests/schemas/array-minmax.json
tests/schemas/array-simple.json
tests/schemas/boolean-simple.json
tests/schemas/const-simple.json
tests/schemas/enum-simple.json
tests/schemas/enum-single.json
tests/schemas/if-then-complex.json
tests/schemas/if-then-else.json
tests/schemas/if-then-same.json
tests/schemas/if-then.json
tests/schemas/integer-minmax.json
tests/schemas/integer-onesided-max.json
tests/schemas/integer-onesided-min.json
tests/schemas/integer-simple.json
tests/schemas/null-simple.json
tests/schemas/number-description.json
tests/schemas/number-exlusiveminmax.json
tests/schemas/number-minmax.json
tests/schemas/number-onesided-maximum.json
tests/schemas/number-onesided-min.json
tests/schemas/number-simple.json
tests/schemas/object-many.json
tests/schemas/object-simple.json
tests/schemas/parafields-application.json
tests/schemas/string-description.json
tests/schemas/string-pattern.json
tests/schemas/string-simple.json