.gitignore
.gitmodules
.mailmap
.pre-commit-config.yaml
CHANGES
LICENSE
MANIFEST.in
README.rst
pyproject.toml
tox.ini
.github/workflows/tests.yml
docs/conf.py
docs/index.rst
docs/specs/openapi.yml
sphinxcontrib/openapi/__init__.py
sphinxcontrib/openapi/__main__.py
sphinxcontrib/openapi/_lib2to3.py
sphinxcontrib/openapi/directive.py
sphinxcontrib/openapi/openapi20.py
sphinxcontrib/openapi/openapi30.py
sphinxcontrib/openapi/openapi31.py
sphinxcontrib/openapi/schema_utils.py
sphinxcontrib/openapi/utils.py
sphinxcontrib/openapi/renderers/__init__.py
sphinxcontrib/openapi/renderers/_httpdomain.py
sphinxcontrib/openapi/renderers/_httpdomain_old.py
sphinxcontrib/openapi/renderers/abc.py
sphinxcontrib_openapi.egg-info/PKG-INFO
sphinxcontrib_openapi.egg-info/SOURCES.txt
sphinxcontrib_openapi.egg-info/dependency_links.txt
sphinxcontrib_openapi.egg-info/not-zip-safe
sphinxcontrib_openapi.egg-info/requires.txt
sphinxcontrib_openapi.egg-info/top_level.txt
tests/conftest.py
tests/test_openapi.py
tests/test_schema_utils.py
tests/test_spec_examples.py
tests/examples/.source
tests/examples/README.rst
tests/examples/index.md
tests/examples/v2.0/json/api-with-examples.json
tests/examples/v2.0/json/petstore-expanded.json
tests/examples/v2.0/json/petstore-minimal.json
tests/examples/v2.0/json/petstore-simple.json
tests/examples/v2.0/json/petstore-with-external-docs.json
tests/examples/v2.0/json/petstore.json
tests/examples/v2.0/json/uber.json
tests/examples/v2.0/json/petstore-separate/common/Error.json
tests/examples/v2.0/json/petstore-separate/spec/NewPet.json
tests/examples/v2.0/json/petstore-separate/spec/Pet.json
tests/examples/v2.0/json/petstore-separate/spec/parameters.json
tests/examples/v2.0/json/petstore-separate/spec/swagger.json
tests/examples/v2.0/yaml/api-with-examples.yaml
tests/examples/v2.0/yaml/petstore-expanded.yaml
tests/examples/v2.0/yaml/petstore-minimal.yaml
tests/examples/v2.0/yaml/petstore-simple.yaml
tests/examples/v2.0/yaml/petstore-with-external-docs.yaml
tests/examples/v2.0/yaml/petstore.yaml
tests/examples/v2.0/yaml/uber.yaml
tests/examples/v2.0/yaml/petstore-separate/common/Error.yaml
tests/examples/v2.0/yaml/petstore-separate/spec/NewPet.yaml
tests/examples/v2.0/yaml/petstore-separate/spec/Pet.yaml
tests/examples/v2.0/yaml/petstore-separate/spec/parameters.yaml
tests/examples/v2.0/yaml/petstore-separate/spec/swagger.yaml
tests/examples/v3.0/api-with-examples.json
tests/examples/v3.0/api-with-examples.md
tests/examples/v3.0/api-with-examples.yaml
tests/examples/v3.0/callback-example.json
tests/examples/v3.0/callback-example.md
tests/examples/v3.0/callback-example.yaml
tests/examples/v3.0/link-example.json
tests/examples/v3.0/link-example.md
tests/examples/v3.0/link-example.yaml
tests/examples/v3.0/petstore-expanded.json
tests/examples/v3.0/petstore-expanded.md
tests/examples/v3.0/petstore-expanded.yaml
tests/examples/v3.0/petstore.json
tests/examples/v3.0/petstore.md
tests/examples/v3.0/petstore.yaml
tests/examples/v3.0/uspto.json
tests/examples/v3.0/uspto.md
tests/examples/v3.0/uspto.yaml
tests/examples/v3.1/non-oauth-scopes.json
tests/examples/v3.1/non-oauth-scopes.md
tests/examples/v3.1/non-oauth-scopes.yaml
tests/examples/v3.1/tictactoe.json
tests/examples/v3.1/tictactoe.md
tests/examples/v3.1/tictactoe.yaml
tests/examples/v3.1/webhook-example.json
tests/examples/v3.1/webhook-example.md
tests/examples/v3.1/webhook-example.yaml
tests/lib2to3/conftest.py
tests/lib2to3/test_convert.py
tests/lib2to3/test_convert_operation.py
tests/lib2to3/test_convert_parameter.py
tests/lib2to3/test_convert_parameters.py
tests/lib2to3/test_convert_path.py
tests/lib2to3/test_convert_paths.py
tests/lib2to3/test_convert_request_body.py
tests/lib2to3/test_convert_request_body_formdata.py
tests/lib2to3/test_convert_response.py
tests/lib2to3/test_convert_responses.py
tests/renderers/httpdomain/conftest.py
tests/renderers/httpdomain/test_render.py
tests/renderers/httpdomain/test_render_json_schema_description.py
tests/renderers/httpdomain/test_render_operation.py
tests/renderers/httpdomain/test_render_parameter.py
tests/renderers/httpdomain/test_render_parameters.py
tests/renderers/httpdomain/test_render_paths.py
tests/renderers/httpdomain/test_render_request_body.py
tests/renderers/httpdomain/test_render_request_body_example.py
tests/renderers/httpdomain/test_render_response.py
tests/renderers/httpdomain/test_render_response_example.py
tests/renderers/httpdomain/test_render_responses.py
tests/renderers/httpdomain/test_render_restructuredtext_markup.py
tests/renderers/httpdomain/rendered/v2.0/api-with-examples.yaml.rst
tests/renderers/httpdomain/rendered/v2.0/petstore-expanded.yaml.rst
tests/renderers/httpdomain/rendered/v2.0/petstore.yaml.rst
tests/renderers/httpdomain/rendered/v2.0/uber.json.rst
tests/renderers/httpdomain/rendered/v2.0/uber.yaml.rst
tests/renderers/httpdomain/rendered/v3.0/api-with-examples.yaml.rst
tests/renderers/httpdomain/rendered/v3.0/api-with-recursion.yaml.rst
tests/renderers/httpdomain/rendered/v3.0/petstore-expanded.yaml.rst
tests/renderers/httpdomain/rendered/v3.0/petstore.yaml.rst
tests/renderers/httpdomain/rendered/v3.0/uspto.yaml.rst
tests/renderers/httpdomain/rendered/v3.1/issue-112.yaml.rst
tests/testdata/foo.json
tests/testdata/foo.yaml
tests/testspecs/v2.0/api-with-examples.yaml
tests/testspecs/v2.0/petstore-expanded.yaml
tests/testspecs/v2.0/petstore.yaml
tests/testspecs/v2.0/uber.json
tests/testspecs/v2.0/uber.yaml
tests/testspecs/v3.0/api-with-examples.yaml
tests/testspecs/v3.0/api-with-recursion.yaml
tests/testspecs/v3.0/petstore-expanded.yaml
tests/testspecs/v3.0/petstore.yaml
tests/testspecs/v3.0/uspto.yaml
tests/testspecs/v3.1/issue-112.yaml