From 2e2e39eb5a91599aacb19655049c5fcf471d2b7d Mon Sep 17 00:00:00 2001 From: hongwei1 Date: Fri, 17 Aug 2018 12:17:05 +0200 Subject: [PATCH] fixed "birthday" in from `date` to `date-time` --- source/about.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/about.rst b/source/about.rst index ce1bfc81..0fdf83a8 100644 --- a/source/about.rst +++ b/source/about.rst @@ -156,7 +156,7 @@ for now. They are explained in subsequent chapters. "properties": { "first_name": { "type": "string" }, "last_name": { "type": "string" }, - "birthday": { "type": "string", "format": "date-time" }, + "birthday": { "type": "string", "format": "date" }, "address": { "type": "object", "properties": {