From 681c852a9753a33eebda530c6ef7b8d4f6adb7c3 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Tue, 14 Jun 2022 18:26:48 +0200 Subject: [PATCH] openapi_extensions.md: fix typos and leftovers dump-swagger had to substitute things in the past - these days it just merges definitions. --- openapi_extensions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openapi_extensions.md b/openapi_extensions.md index 6905d663..eba1121c 100644 --- a/openapi_extensions.md +++ b/openapi_extensions.md @@ -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