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/Gemfile.lock
docs/_config.yml
docs/generate_examples.py
docs/index.md
docs/_data/examples.yaml
docs/assets/config_schema.html
docs/assets/config_schema.md
docs/assets/schema_doc.css
docs/assets/schema_doc.min.js
json_schema_for_humans/__init__.py
json_schema_for_humans/const.py
json_schema_for_humans/generate.py
json_schema_for_humans/generation_configuration.py
json_schema_for_humans/intermediate_representation.py
json_schema_for_humans/jinja_filters.py
json_schema_for_humans/md_template.py
json_schema_for_humans/schema_node.py
json_schema_for_humans/templating_utils.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/breadcrumbs.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/breadcrumbs.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
json_schema_for_humans/templates/md/base.html
json_schema_for_humans/templates/md/breadcrumbs.html
json_schema_for_humans/templates/md/content.html
json_schema_for_humans/templates/md/section_array.html
json_schema_for_humans/templates/md/section_conditional_subschema.html
json_schema_for_humans/templates/md/section_description.html
json_schema_for_humans/templates/md/section_examples.html
json_schema_for_humans/templates/md/section_not.html
json_schema_for_humans/templates/md/section_one_of.html
json_schema_for_humans/templates/md/section_properties_details.html
json_schema_for_humans/templates/md/section_undocumented_required_properties.html
json_schema_for_humans/templates/md/tabbed_section.html
tests/__init__.py
tests/cli_test.py
tests/generate_expected_md.py
tests/generate_recursive_test.py
tests/generate_test.py
tests/generation_configuration_test.py
tests/html_schema_doc_asserts.py
tests/interface_test.py
tests/intermediate_test.py
tests/md_utils_asserts.py
tests/test_md_generate.py
tests/test_utils.py
tests/cases/additional_properties.json
tests/cases/anyOf_option_names.json
tests/cases/array.json
tests/cases/array_additionalItems.json
tests/cases/array_advanced.json
tests/cases/basic.json
tests/cases/break_on_newline.json
tests/cases/circular.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/defaults.json
tests/cases/deprecated.json
tests/cases/description_from_ref.json
tests/cases/description_markdown.json
tests/cases/description_with_ref.json
tests/cases/geo.json
tests/cases/html_in_patterns.json
tests/cases/long_description.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_parent_in_definition.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_two_levels.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
tests/expected_md/with_badge/additional_properties.md
tests/expected_md/with_badge/anyOf_option_names.md
tests/expected_md/with_badge/array.md
tests/expected_md/with_badge/array_additionalItems.md
tests/expected_md/with_badge/array_advanced.md
tests/expected_md/with_badge/basic.md
tests/expected_md/with_badge/break_on_newline.md
tests/expected_md/with_badge/circular.md
tests/expected_md/with_badge/combining_not.md
tests/expected_md/with_badge/combining_oneOf.md
tests/expected_md/with_badge/conditional_subschema.md
tests/expected_md/with_badge/conditional_subschema_no_else.md
tests/expected_md/with_badge/defaults.md
tests/expected_md/with_badge/deprecated.md
tests/expected_md/with_badge/description_from_ref.md
tests/expected_md/with_badge/description_markdown.md
tests/expected_md/with_badge/description_with_ref.md
tests/expected_md/with_badge/geo.md
tests/expected_md/with_badge/html_in_patterns.md
tests/expected_md/with_badge/long_description.md
tests/expected_md/with_badge/multiple_types.md
tests/expected_md/with_badge/pattern_properties.md
tests/expected_md/with_badge/pattern_properties_html_id.md
tests/expected_md/with_badge/recursive.md
tests/expected_md/with_badge/recursive_array.md
tests/expected_md/with_badge/recursive_parent_in_definition.md
tests/expected_md/with_badge/recursive_two_files.md
tests/expected_md/with_badge/recursive_two_files2.md
tests/expected_md/with_badge/ref_merge.md
tests/expected_md/with_badge/references.md
tests/expected_md/with_badge/references_url.md
tests/expected_md/with_badge/references_url_two_levels.md
tests/expected_md/with_badge/references_url_yaml.md
tests/expected_md/with_badge/single_element_allOf.md
tests/expected_md/with_badge/top_level_array.md
tests/expected_md/with_badge/top_level_combining.md
tests/expected_md/with_badge/with_default.md
tests/expected_md/with_badge/with_definitions.md
tests/expected_md/with_badge/with_descriptions.md
tests/expected_md/with_badge/with_examples.md
tests/expected_md/with_badge/with_keywords.md
tests/expected_md/with_badge/with_special_chars.md
tests/expected_md/without_badge/additional_properties.md
tests/expected_md/without_badge/anyOf_option_names.md
tests/expected_md/without_badge/array.md
tests/expected_md/without_badge/array_additionalItems.md
tests/expected_md/without_badge/array_advanced.md
tests/expected_md/without_badge/basic.md
tests/expected_md/without_badge/break_on_newline.md
tests/expected_md/without_badge/circular.md
tests/expected_md/without_badge/combining_not.md
tests/expected_md/without_badge/combining_oneOf.md
tests/expected_md/without_badge/conditional_subschema.md
tests/expected_md/without_badge/conditional_subschema_no_else.md
tests/expected_md/without_badge/defaults.md
tests/expected_md/without_badge/deprecated.md
tests/expected_md/without_badge/description_from_ref.md
tests/expected_md/without_badge/description_markdown.md
tests/expected_md/without_badge/description_with_ref.md
tests/expected_md/without_badge/geo.md
tests/expected_md/without_badge/html_in_patterns.md
tests/expected_md/without_badge/long_description.md
tests/expected_md/without_badge/multiple_types.md
tests/expected_md/without_badge/pattern_properties.md
tests/expected_md/without_badge/pattern_properties_html_id.md
tests/expected_md/without_badge/recursive.md
tests/expected_md/without_badge/recursive_array.md
tests/expected_md/without_badge/recursive_parent_in_definition.md
tests/expected_md/without_badge/recursive_two_files.md
tests/expected_md/without_badge/recursive_two_files2.md
tests/expected_md/without_badge/ref_merge.md
tests/expected_md/without_badge/references.md
tests/expected_md/without_badge/references_url.md
tests/expected_md/without_badge/references_url_two_levels.md
tests/expected_md/without_badge/references_url_yaml.md
tests/expected_md/without_badge/single_element_allOf.md
tests/expected_md/without_badge/top_level_array.md
tests/expected_md/without_badge/top_level_combining.md
tests/expected_md/without_badge/with_default.md
tests/expected_md/without_badge/with_definitions.md
tests/expected_md/without_badge/with_descriptions.md
tests/expected_md/without_badge/with_examples.md
tests/expected_md/without_badge/with_keywords.md
tests/expected_md/without_badge/with_special_chars.md