mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-22 03:00:10 +00:00
49c2330810
The specification: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#schemaObject clearly states that fields: - #/info - #/paths - #/components - #/components/schemas - #/components/responses - #/components/parameters - #/components/requestBodies are objects. |
||
---|---|---|
.. | ||
__init__.py | ||
components.py | ||
enums.py | ||
exceptions.py | ||
infos.py | ||
media_types.py | ||
models.py | ||
operations.py | ||
parameters.py | ||
paths.py | ||
request_bodies.py | ||
responses.py | ||
schemas.py | ||
servers.py | ||
shortcuts.py | ||
specs.py | ||
validators.py | ||
wrappers.py |