This commit is contained in:
Philipp Eisen 2024-02-26 14:14:29 +01:00
parent 438195abeb
commit a476334408
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -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