mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-07 11:06:41 +00:00
✏ Fix typo "might me" -> "might be" in docs/en/docs/tutorial/schema-extra-example.md (#3362)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
ba596152d9
commit
4cb4bdb984
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ With `examples` added to `Body()` the `/docs` would look like:
|
|||
!!! warning
|
||||
These are very technical details about the standards **JSON Schema** and **OpenAPI**.
|
||||
|
||||
If the ideas above already work for you, that might me enough, and you probably don't need these details, feel free to skip them.
|
||||
If the ideas above already work for you, that might be enough, and you probably don't need these details, feel free to skip them.
|
||||
|
||||
When you add an example inside of a Pydantic model, using `schema_extra` or `Field(example="something")` that example is added to the **JSON Schema** for that Pydantic model.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue