From: Sebastián Ramírez Date: Thu, 10 Jan 2019 16:52:06 +0000 (+0400) Subject: :memo: Add screenshot to body-schema tutorial X-Git-Tag: 0.1.19~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfa067b061f8fa4a05bb821160c7b022b7cefedb;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Add screenshot to body-schema tutorial --- diff --git a/docs/img/tutorial/body-schema/image01.png b/docs/img/tutorial/body-schema/image01.png new file mode 100644 index 0000000000..d8e12bb5b4 Binary files /dev/null and b/docs/img/tutorial/body-schema/image01.png differ diff --git a/docs/tutorial/body-schema.md b/docs/tutorial/body-schema.md index 902de52975..878c2217de 100644 --- a/docs/tutorial/body-schema.md +++ b/docs/tutorial/body-schema.md @@ -48,6 +48,10 @@ For example, you can use that functionality to pass a + ## Recap You can use Pydantic's `Schema` to declare extra validations and metadata for model attributes.