.gitignore
.gitmodules
.mailmap
.pre-commit-config.yaml
CHANGES
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
tox.ini
.github/workflows/pypi.yml
.github/workflows/tests.yml
docs/conf.py
docs/index.rst
docs/specs/openapi.yml
sc_oa.egg-info/PKG-INFO
sc_oa.egg-info/SOURCES.txt
sc_oa.egg-info/dependency_links.txt
sc_oa.egg-info/namespace_packages.txt
sc_oa.egg-info/not-zip-safe
sc_oa.egg-info/requires.txt
sc_oa.egg-info/top_level.txt
sphinxcontrib/__init__.py
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/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/_model.py
sphinxcontrib/openapi/renderers/_toc.py
sphinxcontrib/openapi/renderers/abc.py
tests/conftest.py
tests/test_model.py
tests/test_openapi.py
tests/test_schema_utils.py
tests/test_spec_examples.py
tests/test_toc.py
tests/OpenAPI-Specification/.git
tests/OpenAPI-Specification/.gitignore
tests/OpenAPI-Specification/.travis.yml
tests/OpenAPI-Specification/CONTRIBUTORS.md
tests/OpenAPI-Specification/DEVELOPMENT.md
tests/OpenAPI-Specification/GOVERNANCE.md
tests/OpenAPI-Specification/IMPLEMENTATIONS.md
tests/OpenAPI-Specification/LICENSE
tests/OpenAPI-Specification/MAINTAINERS.md
tests/OpenAPI-Specification/README.md
tests/OpenAPI-Specification/package.json
tests/OpenAPI-Specification/examples/v2.0/json/api-with-examples.json
tests/OpenAPI-Specification/examples/v2.0/json/petstore-expanded.json
tests/OpenAPI-Specification/examples/v2.0/json/petstore-minimal.json
tests/OpenAPI-Specification/examples/v2.0/json/petstore-simple.json
tests/OpenAPI-Specification/examples/v2.0/json/petstore-with-external-docs.json
tests/OpenAPI-Specification/examples/v2.0/json/petstore.json
tests/OpenAPI-Specification/examples/v2.0/json/uber.json
tests/OpenAPI-Specification/examples/v2.0/json/petstore-separate/common/Error.json
tests/OpenAPI-Specification/examples/v2.0/json/petstore-separate/spec/NewPet.json
tests/OpenAPI-Specification/examples/v2.0/json/petstore-separate/spec/Pet.json
tests/OpenAPI-Specification/examples/v2.0/json/petstore-separate/spec/parameters.json
tests/OpenAPI-Specification/examples/v2.0/json/petstore-separate/spec/swagger.json
tests/OpenAPI-Specification/examples/v2.0/yaml/api-with-examples.yaml
tests/OpenAPI-Specification/examples/v2.0/yaml/petstore-expanded.yaml
tests/OpenAPI-Specification/examples/v2.0/yaml/petstore-minimal.yaml
tests/OpenAPI-Specification/examples/v2.0/yaml/petstore-simple.yaml
tests/OpenAPI-Specification/examples/v2.0/yaml/petstore-with-external-docs.yaml
tests/OpenAPI-Specification/examples/v2.0/yaml/petstore.yaml
tests/OpenAPI-Specification/examples/v2.0/yaml/uber.yaml
tests/OpenAPI-Specification/examples/v2.0/yaml/petstore-separate/common/Error.yaml
tests/OpenAPI-Specification/examples/v2.0/yaml/petstore-separate/spec/NewPet.yaml
tests/OpenAPI-Specification/examples/v2.0/yaml/petstore-separate/spec/Pet.yaml
tests/OpenAPI-Specification/examples/v2.0/yaml/petstore-separate/spec/parameters.yaml
tests/OpenAPI-Specification/examples/v2.0/yaml/petstore-separate/spec/swagger.yaml
tests/OpenAPI-Specification/examples/v3.0/api-with-examples.yaml
tests/OpenAPI-Specification/examples/v3.0/callback-example.yaml
tests/OpenAPI-Specification/examples/v3.0/link-example.yaml
tests/OpenAPI-Specification/examples/v3.0/petstore-expanded.yaml
tests/OpenAPI-Specification/examples/v3.0/petstore.yaml
tests/OpenAPI-Specification/examples/v3.0/uspto.yaml
tests/OpenAPI-Specification/guidelines/EXTENSIONS.md
tests/OpenAPI-Specification/guidelines/v2.0/EXTENSIONS.md
tests/OpenAPI-Specification/guidelines/v2.0/README.md
tests/OpenAPI-Specification/guidelines/v2.0/REUSE.md
tests/OpenAPI-Specification/schemas/v1.2/README.md
tests/OpenAPI-Specification/schemas/v1.2/apiDeclaration.json
tests/OpenAPI-Specification/schemas/v1.2/authorizationObject.json
tests/OpenAPI-Specification/schemas/v1.2/dataType.json
tests/OpenAPI-Specification/schemas/v1.2/dataTypeBase.json
tests/OpenAPI-Specification/schemas/v1.2/infoObject.json
tests/OpenAPI-Specification/schemas/v1.2/modelsObject.json
tests/OpenAPI-Specification/schemas/v1.2/oauth2GrantType.json
tests/OpenAPI-Specification/schemas/v1.2/operationObject.json
tests/OpenAPI-Specification/schemas/v1.2/parameterObject.json
tests/OpenAPI-Specification/schemas/v1.2/resourceListing.json
tests/OpenAPI-Specification/schemas/v1.2/resourceObject.json
tests/OpenAPI-Specification/schemas/v2.0/README.md
tests/OpenAPI-Specification/schemas/v2.0/schema.json
tests/OpenAPI-Specification/versions/1.2.md
tests/OpenAPI-Specification/versions/2.0.md
tests/OpenAPI-Specification/versions/3.0.0.md
tests/OpenAPI-Specification/versions/3.0.1.md
tests/OpenAPI-Specification/versions/3.0.2.md
tests/doc/conf.py
tests/doc/index.rst
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/petstore-expanded.yaml.rst
tests/renderers/httpdomain/rendered/v3.0/petstore.yaml.rst
tests/renderers/httpdomain/rendered/v3.0/uspto.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/petstore-expanded.yaml
tests/testspecs/v3.0/petstore.yaml
tests/testspecs/v3.0/uspto.yaml