mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
openapi_extensions.md: fix typos and leftovers
dump-swagger had to substitute things in the past - these days it just merges definitions.
This commit is contained in:
parent
926c6bad61
commit
681c852a97
|
|
@ -12,10 +12,10 @@ To ease API design and management, the API definition is split across several
|
||||||
files. Each of these files is self-contained valid OpenAPI.
|
files. Each of these files is self-contained valid OpenAPI.
|
||||||
|
|
||||||
There is no single root file in the source tree as OpenAPI requires; this file
|
There is no single root file in the source tree as OpenAPI requires; this file
|
||||||
can be generated by `dump_swagger.py` (also doing the substitution mentioned
|
can be generated by `dump-swagger.py`. The script does not convert
|
||||||
above). The script does not convert the extensions described further in this
|
the extensions described further in this document (`oneOf` and parameter
|
||||||
document (`oneOf` and parameter exploding) so there can be minor
|
exploding) so there can be minor interoperability issues with tooling that
|
||||||
interoperability issues with tooling that expects compliant Swagger.
|
expects compliant Swagger.
|
||||||
|
|
||||||
## Extensible Query Parameters
|
## Extensible Query Parameters
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue