mirror of https://github.com/tiangolo/fastapi.git
Fix typo
This commit is contained in:
parent
438195abeb
commit
a476334408
|
|
@ -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.
|
Let's see how that works and how to change it if you need to do that.
|
||||||
|
|
||||||
!!! info
|
!!! 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
|
## Pydantic Models for Input and Output
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue