Skip to content

Commit

Permalink
openapi_extensions.md: fix typos and leftovers (#1128)
Browse files Browse the repository at this point in the history
* openapi_extensions.md: fix typos and leftovers

dump-swagger had to substitute things in the past - these days it
just merges definitions.

* Changelog
  • Loading branch information
KitsuneRal committed Jun 15, 2022
1 parent 1a994f6 commit 980d9cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1128.clarification
@@ -0,0 +1 @@
Fix various typos throughout the specification.
8 changes: 4 additions & 4 deletions openapi_extensions.md
Expand Up @@ -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.

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
above). The script does not convert the extensions described further in this
document (`oneOf` and parameter exploding) so there can be minor
interoperability issues with tooling that expects compliant Swagger.
can be generated by `dump-swagger.py`. The script does not convert
the extensions described further in this document (`oneOf` and parameter
exploding) so there can be minor interoperability issues with tooling that
expects compliant Swagger.

## Extensible Query Parameters

Expand Down

0 comments on commit 980d9cd

Please sign in to comment.