Skip to content

Commit

Permalink
Updated person birthdate example
Browse files Browse the repository at this point in the history
--changed example to cleary show year-month-day format
  • Loading branch information
eknee committed Apr 21, 2020
1 parent e1f2560 commit 9e8c2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/context/person.example.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"xdm:lastName": "Doe",
"xdm:fullName": "Jane F. Doe"
},
"xdm:birthDate": "1996-01-03",
"xdm:birthDate": "1996-01-19",
"xdm:gender": "female",
"xdm:maritalStatus": "single",
"xdm:nationality": "CA"
Expand Down

0 comments on commit 9e8c2b6

Please sign in to comment.