Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 2e2e39e

Browse files
committed
fixed "birthday" in from date to date-time
1 parent 0edcf9f commit 2e2e39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/about.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ for now. They are explained in subsequent chapters.
156156
"properties": {
157157
"first_name": { "type": "string" },
158158
"last_name": { "type": "string" },
159-
"birthday": { "type": "string", "format": "date-time" },
159+
"birthday": { "type": "string", "format": "date" },
160160
"address": {
161161
"type": "object",
162162
"properties": {

0 commit comments

Comments
 (0)