mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 21:16:45 +00:00
📝 Add link to all valid pydantic data types (#1612)
This commit is contained in:
parent
9148bd8b6f
commit
17a5e18f46
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ Here are some of the additional data types you can use:
|
||||||
* `Decimal`:
|
* `Decimal`:
|
||||||
* Standard Python `Decimal`.
|
* Standard Python `Decimal`.
|
||||||
* In requests and responses, handled the same as a `float`.
|
* In requests and responses, handled the same as a `float`.
|
||||||
|
* You can check all the valid pydantic data types here: <a href="https://pydantic-docs.helpmanual.io/usage/types" class="external-link" target="_blank">Pydantic data types</a>
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue