From da3424246fd657720a708117bf6d661ada379423 Mon Sep 17 00:00:00 2001 From: Tomohiro Ishii Date: Sat, 21 Sep 2024 10:52:24 +0900 Subject: [PATCH 1/2] docs: fix example --- docs/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.md b/docs/cli.md index a044c02e9..8c37e4951 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -176,7 +176,7 @@ For example, given the following schema: ```yaml [my-openapi-3-schema.yaml] components: schemas: - TupleType + TupleType: type: array items: type: string From ea270bad973f0c8c26b4c2414c31e42e57a9e2df Mon Sep 17 00:00:00 2001 From: Tomohiro Ishii Date: Sat, 21 Sep 2024 11:48:16 +0900 Subject: [PATCH 2/2] docs: fix examples in Chinese and Japanese pages --- docs/ja/cli.md | 2 +- docs/zh/cli.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ja/cli.md b/docs/ja/cli.md index 94666e5c2..0f74ac4ec 100644 --- a/docs/ja/cli.md +++ b/docs/ja/cli.md @@ -175,7 +175,7 @@ _ありがとう, [@Powell-v2](https://github.com/Powell-v2)!_ ```yaml [my-openapi-3-schema.yaml] components: schemas: - TupleType + TupleType: type: array items: type: string diff --git a/docs/zh/cli.md b/docs/zh/cli.md index 6bab66e55..1d90de6ca 100644 --- a/docs/zh/cli.md +++ b/docs/zh/cli.md @@ -174,7 +174,7 @@ _感谢,[@Powell-v2](https://github.com/Powell-v2)!_ ```yaml [my-openapi-3-schema.yaml] components: schemas: - TupleType + TupleType: type: array items: type: string