AUTHORS
CONTRIBUTING.md
LICENSE
README.md
config_schema.json
pyproject.toml
requirements-3.6.txt
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/additional_properties.json
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/config_schema.html
docs/assets/schema_doc.css
docs/assets/schema_doc.min.js
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.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/flat/badge_type.html
json_schema_for_humans/templates/flat/base.html
json_schema_for_humans/templates/flat/content.html
json_schema_for_humans/templates/flat/macro_restriction.html
json_schema_for_humans/templates/flat/schema_doc.css
json_schema_for_humans/templates/flat/section_array.html
json_schema_for_humans/templates/flat/section_conditional_subschema.html
json_schema_for_humans/templates/flat/section_description.html
json_schema_for_humans/templates/flat/section_examples.html
json_schema_for_humans/templates/flat/section_not.html
json_schema_for_humans/templates/flat/section_properties.html
json_schema_for_humans/templates/flat/section_undocumented_required_properties.html
json_schema_for_humans/templates/flat/tabbed_section.html
json_schema_for_humans/templates/js/badge_type.html
json_schema_for_humans/templates/js/base.html
json_schema_for_humans/templates/js/content.html
json_schema_for_humans/templates/js/macro_restriction.html
json_schema_for_humans/templates/js/schema_doc.css
json_schema_for_humans/templates/js/schema_doc.js
json_schema_for_humans/templates/js/schema_doc.min.js
json_schema_for_humans/templates/js/section_array.html
json_schema_for_humans/templates/js/section_conditional_subschema.html
json_schema_for_humans/templates/js/section_description.html
json_schema_for_humans/templates/js/section_examples.html
json_schema_for_humans/templates/js/section_not.html
json_schema_for_humans/templates/js/section_properties.html
json_schema_for_humans/templates/js/section_undocumented_required_properties.html
json_schema_for_humans/templates/js/tabbed_section.html
tests/__init__.py
tests/cli_test.py
tests/generate_recursive_test.py
tests/generate_test.py
tests/html_schema_doc_asserts.py
tests/interface_test.py
tests/intermediate_test.py
tests/test_utils.py
tests/cases/additional_properties.json
tests/cases/anyOf_option_names.json
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_from_ref.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/pattern_properties_html_id.json
tests/cases/recursive.json
tests/cases/recursive_array.json
tests/cases/recursive_two_files.json
tests/cases/recursive_two_files2.json
tests/cases/ref_merge.json
tests/cases/references.json
tests/cases/references_url.json
tests/cases/references_url_yaml.json
tests/cases/single_element_allOf.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_keywords.json
tests/cases/with_special_chars.json
tests/cases/yaml.yaml
tests/cases/reference_schemas/final.json
tests/cases/reference_schemas/intermediate.json