From a476334408bcadfcf49e3671d7af1db8944f67ee Mon Sep 17 00:00:00 2001 From: Philipp Eisen Date: Mon, 26 Feb 2024 14:14:29 +0100 Subject: [PATCH] Fix typo --- docs/en/docs/how-to/separate-openapi-schemas.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/docs/how-to/separate-openapi-schemas.md b/docs/en/docs/how-to/separate-openapi-schemas.md index 30f6aeda7..161e39d3a 100644 --- a/docs/en/docs/how-to/separate-openapi-schemas.md +++ b/docs/en/docs/how-to/separate-openapi-schemas.md @@ -7,7 +7,8 @@ In fact, in some cases, it will even have **two JSON Schemas** in OpenAPI for th Let's see how that works and how to change it if you need to do that. !!! info - In the current behavior of pydantic separate output schemas are only created if config option `json_schema_serialization_defaults_required` is set to `True`. + In the current behavior of pydantic separate output schemas are only created if the config + option `json_schema_serialization_defaults_required` is set to `True`. ## Pydantic Models for Input and Output