]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
📝 Update source examples to use new JSON Schema examples field (#9776)
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 1 Jul 2023 16:43:29 +0000 (18:43 +0200)
committerGitHub <noreply@github.com>
Sat, 1 Jul 2023 16:43:29 +0000 (18:43 +0200)
commit4d83f984cc42831e3883285e9bedc4d69f4c1ac2
treee9f208cb9ed484831b83f5686582311cb7d2d78d
parent983f1d34dbc9443fcd12159647aabdeabc5032a7
📝 Update source examples to use new JSON Schema examples field (#9776)

* 📝 Update source examples to use new JSON Schema examples field

* ✅ Update tests for JSON Schema examples

* 📝 Update highlights in JSON Schema examples
docs/en/docs/tutorial/schema-extra-example.md
docs_src/schema_extra_example/tutorial004.py
docs_src/schema_extra_example/tutorial004_an.py
docs_src/schema_extra_example/tutorial004_an_py310.py
docs_src/schema_extra_example/tutorial004_an_py39.py
docs_src/schema_extra_example/tutorial004_py310.py
tests/test_tutorial/test_schema_extra_example/test_tutorial004.py
tests/test_tutorial/test_schema_extra_example/test_tutorial004_an.py
tests/test_tutorial/test_schema_extra_example/test_tutorial004_an_py310.py
tests/test_tutorial/test_schema_extra_example/test_tutorial004_an_py39.py
tests/test_tutorial/test_schema_extra_example/test_tutorial004_py310.py