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": {