AUTHORS
LICENSE
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/publish_to_pypi.yml
.github/workflows/pythonpackage.yml
docs/Gemfile
docs/_config.yml
docs/generate_examples.py
docs/index.md
docs/_data/examples.yaml
docs/_includes/README.md
docs/_includes/examples/array.json
docs/_includes/examples/array_advanced.json
docs/_includes/examples/basic.json
docs/_includes/examples/combining_not.json
docs/_includes/examples/combining_oneOf.json
docs/_includes/examples/deprecated.json
docs/_includes/examples/geo.json
docs/_includes/examples/multiple_types.json
docs/_includes/examples/pattern_properties.json
docs/_includes/examples/references.json
docs/_includes/examples/with_default.json
docs/_includes/examples/with_definitions.json
docs/_includes/examples/with_descriptions.json
docs/_includes/examples/with_examples.json
docs/assets/examples/array.html
docs/assets/examples/array_advanced.html
docs/assets/examples/basic.html
docs/assets/examples/combining_not.html
docs/assets/examples/combining_oneOf.html
docs/assets/examples/deprecated.html
docs/assets/examples/geo.html
docs/assets/examples/multiple_types.html
docs/assets/examples/pattern_properties.html
docs/assets/examples/references.html
docs/assets/examples/schema_doc.css
docs/assets/examples/schema_doc.min.js
docs/assets/examples/with_default.html
docs/assets/examples/with_definitions.html
docs/assets/examples/with_descriptions.html
docs/assets/examples/with_examples.html
json_schema_for_humans/__init__.py
json_schema_for_humans/generate.py
json_schema_for_humans/schema_doc.css
json_schema_for_humans/schema_doc.js
json_schema_for_humans/schema_doc.min.js
json_schema_for_humans.egg-info/PKG-INFO
json_schema_for_humans.egg-info/SOURCES.txt
json_schema_for_humans.egg-info/dependency_links.txt
json_schema_for_humans.egg-info/entry_points.txt
json_schema_for_humans.egg-info/not-zip-safe
json_schema_for_humans.egg-info/pbr.json
json_schema_for_humans.egg-info/requires.txt
json_schema_for_humans.egg-info/top_level.txt
json_schema_for_humans/templates/badge_type.html
json_schema_for_humans/templates/base.html
json_schema_for_humans/templates/content.html
json_schema_for_humans/templates/macro_restriction.html
json_schema_for_humans/templates/section_array.html
json_schema_for_humans/templates/section_conditional_subschema.html
json_schema_for_humans/templates/section_description.html
json_schema_for_humans/templates/section_enum.html
json_schema_for_humans/templates/section_examples.html
json_schema_for_humans/templates/section_not.html
json_schema_for_humans/templates/section_properties.html
json_schema_for_humans/templates/section_undocumented_required_properties.html
json_schema_for_humans/templates/subsection.html
json_schema_for_humans/templates/tabbed_section.html
tests/__init__.py
tests/generate_test.py
tests/cases/array.json
tests/cases/array_advanced.json
tests/cases/basic.json
tests/cases/combining_not.json
tests/cases/combining_oneOf.json
tests/cases/conditional_subschema.json
tests/cases/conditional_subschema_no_else.json
tests/cases/deprecated.json
tests/cases/description_with_ref.json
tests/cases/geo.json
tests/cases/html_in_patterns.json
tests/cases/multiple_types.json
tests/cases/pattern_properties.json
tests/cases/recursive.json
tests/cases/recursive_array.json
tests/cases/references.json
tests/cases/top_level_array.json
tests/cases/top_level_combining.json
tests/cases/with_default.json
tests/cases/with_definitions.json
tests/cases/with_descriptions.json
tests/cases/with_examples.json
tests/cases/with_special_chars.json
tests/cases/reference_schemas/final.json
tests/cases/reference_schemas/intermediate.json